blob: ec3d32a78c2276ce2d0ab4cb0e5ed11ba9534ba7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- setup.py.orig 2008-12-14 21:42:50.000000000 +0800
+++ setup.py 2008-12-14 21:43:35.000000000 +0800
@@ -33,7 +33,8 @@
print string.join(l, '\n')
# Prompt the user with a list of selections.
while not (s >= 1 and s <= len(valid_paths)):
- s = input('Selection [default=1]:')
+# s = input('Selection [default=1]:')
+ s=1
if s == '':
s = 1
else:
|