From cc21ae668bfb6a0cfda557423fa5ea01c30a52b8 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Wed, 8 Oct 2014 12:39:10 +0100 Subject: enum from 1 --- import/pip.to_lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/import/pip.to_lorry b/import/pip.to_lorry index 54a4871..4bd2948 100755 --- a/import/pip.to_lorry +++ b/import/pip.to_lorry @@ -54,7 +54,7 @@ def make_lorry(name, url): }''' % (name, url) def ask_user(client, xs, fn): - for n, x in enumerate(xs): + for n, x in enumerate(xs, 1): print('%s: %s' % (n, fn(x))) s = raw_input('--> ') -- cgit v1.2.1