aboutsummaryrefslogblamecommitdiff
path: root/www/py-HTMLgen/files/patch-aa
blob: 258b086adffc1ce299463c38189c01553db122d3 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                     
--- installp.py	Sat Mar 20 02:34:29 1999
+++ installp.py.orig	Sat Mar 20 02:33:44 1999
@@ -14,7 +14,7 @@
         print "Usage: %s [-f] pymodule [npymodule...]" % sys.argv[0]
         sys.exit(1)
     for opt in opts:
-        if opt == '-f': FORCE = 1
+        if opt[0] == '-f': FORCE = 1
 
     v = sys.version[:3]