aboutsummaryrefslogtreecommitdiff
path: root/scripts/whack-ripe-prefixes.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/whack-ripe-prefixes.py')
-rw-r--r--scripts/whack-ripe-prefixes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/whack-ripe-prefixes.py b/scripts/whack-ripe-prefixes.py
index 08896ca2..58af6b07 100644
--- a/scripts/whack-ripe-prefixes.py
+++ b/scripts/whack-ripe-prefixes.py
@@ -46,7 +46,7 @@ sorter = subprocess.Popen(("sort", "-T.", "-n"),
stdin = subprocess.PIPE,
stdout = subprocess.PIPE)
-for line in open("../rpki.testbed/ripe/prefixes.csv"):
+for line in sys.stdin:
handle, prefix = line.split()
if "-" in prefix: