freebsd-ports/science/py-hcluster/files/patch-setup.py
Martin Wilke 6b208eade0 - Update to 0.2.0
PR:		129652
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2008-12-22 21:10:33 +00:00

12 lines
406 B
Python

--- 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: