diff options
Diffstat (limited to 'science/py-hcluster/files/patch-setup.py')
-rw-r--r-- | science/py-hcluster/files/patch-setup.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/science/py-hcluster/files/patch-setup.py b/science/py-hcluster/files/patch-setup.py deleted file mode 100644 index f594433e9fbf..000000000000 --- a/science/py-hcluster/files/patch-setup.py +++ /dev/null @@ -1,12 +0,0 @@ ---- 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: |