summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2014-10-09 17:47:30 +0100
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-11-04 12:40:55 +0000
commit3b8a9bade82df0d81c632e0a020e57fb042b81b4 (patch)
treead332ecb1eebd4abeadd0b2958d99bffb4b56fce
parentb6994c43b4e5cc352682e1019c5c80b77b8195f6 (diff)
downloadimport-3b8a9bade82df0d81c632e0a020e57fb042b81b4.tar.gz
Remove this example url
-rwxr-xr-ximport/pip.to_lorry2
1 files changed, 0 insertions, 2 deletions
diff --git a/import/pip.to_lorry b/import/pip.to_lorry
index dcc1c55..f5c9335 100755
--- a/import/pip.to_lorry
+++ b/import/pip.to_lorry
@@ -149,8 +149,6 @@ def generate_tarball_lorry(package_name):
else:
error("Couldn't find any download urls for package")
- urls = [{'url': 'http://foobar/baz.tar'}]
-
choice = (ask_user(client, urls, lambda url: url['url'],
prompt='Select url: ') if len(urls) > 1 else 0)
url = urls[choice]['url']