summaryrefslogtreecommitdiff
path: root/databases/py-sqlobject/files/patch-setup.py
blob: e1f6071df13b828005598bdcd4ca7de987820ece (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- setup.py.orig	Fri Oct 21 15:43:47 2005
+++ setup.py	Fri Oct 21 15:44:13 2005
@@ -1,11 +1,11 @@
 # ez_setup doesn't work with Python 2.2, so we use distutils
 # in that case:
-try:
-    from ez_setup import use_setuptools
-    use_setuptools()
-    from setuptools import setup
-except ImportError:
-    from distutils.core import setup
+# try:
+#     from ez_setup import use_setuptools
+#     use_setuptools()
+#     from setuptools import setup
+# except ImportError:
+from distutils.core import setup
 
 subpackages = ['firebird', 'inheritance', 'mysql', 'postgres',
                'sqlite', 'sybase', 'maxdb', 'util', 'manager']