summaryrefslogtreecommitdiff
path: root/www/py-flup/files/patch-setup.py
blob: 1c0b8fbe3ef70716c458fbbd4286efbb4e28c2bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	Sat Dec 16 22:39:23 2006
+++ setup.py	Sat Dec 16 22:35:49 2006
@@ -7,7 +7,7 @@
     name = 'flup',
     version = '0.5',
     packages = find_packages(),
-    zip_safe = True, # Despite flup.resolver.importingmodule
+#    zip_safe = True, # Despite flup.resolver.importingmodule
     
     entry_points = """
     [paste.server_factory]