summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-ximport/pip.to_lorry7
1 files changed, 0 insertions, 7 deletions
diff --git a/import/pip.to_lorry b/import/pip.to_lorry
index e80e819..d91c06c 100755
--- a/import/pip.to_lorry
+++ b/import/pip.to_lorry
@@ -26,13 +26,6 @@ import sys
import shutil
import tempfile
-# TODO: import logging ssam2 pointed out that we need to add logging
-# I'm not sure it really makes sense for such a small tool, there's no config
-# file etc, where am I supposed to log to anyway? I think the only thing I
-# need to worry about is filtering out links based on the extension
-# I can get around this by asking the user if they want to see the list of
-# urls if the filtered list turns out to be empty...
-
import xmlrpclib
PYPI_URL = 'http://pypi.python.org/pypi'