summaryrefslogtreecommitdiff
path: root/scripts/urls2hostport.py
diff options
context:
space:
mode:
authorBjörn Mattsson <bjorn@sunet.se>2023-03-06 11:22:05 +0100
committerBjörn Mattsson <bjorn@sunet.se>2023-03-06 11:22:05 +0100
commit467dbdbf3d7212e25ee69daeaadd8adba7c7c5b8 (patch)
treed3576d5f2d4b5cc676c0a12ef8f8c3c83b474bf5 /scripts/urls2hostport.py
parentbc1d55080e5d42e6ef2bba892d640aa8f68bbc90 (diff)
Moved files to make ths repo signed
Diffstat (limited to 'scripts/urls2hostport.py')
-rw-r--r--scripts/urls2hostport.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/urls2hostport.py b/scripts/urls2hostport.py
deleted file mode 100644
index c4ff33bf..00000000
--- a/scripts/urls2hostport.py
+++ /dev/null
@@ -1,6 +0,0 @@
-
-import sys
-from urlparse import urlparse
-for url in sys.stdin:
- o = urlparse(url)
- print o.netloc