summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2014-10-09 16:05:22 +0100
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-11-04 12:40:54 +0000
commit8f5c2a182583072ffd43e508ec1af9d5e179e78e (patch)
treeb5d1fc19e092399eddf55e16b84c81377f411267
parent6df7e8d162443cfd93c17eb2c8fce59337560989 (diff)
downloadimport-8f5c2a182583072ffd43e508ec1af9d5e179e78e.tar.gz
I'll log to stdout
-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'