opnsense-ports/science/py-hcluster/files/patch-setup.py
Franco Fichtner 5dae921a58 */*: sync with upstream
Taken from: FreeBSD
2015-09-16 07:33:34 +02:00

12 lines
383 B
Python

--- setup.py.orig 2008-12-14 09:19:42 UTC
+++ setup.py
@@ -33,7 +33,8 @@ if len(valid_paths) > 1:
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: