blob: 2d63674ab525e0abb68638cd33b6315aa6e7570b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- ./setup.py.orig 2011-02-27 01:36:04.000000000 +0100
+++ ./setup.py 2011-03-02 23:31:19.000000000 +0100
@@ -6,8 +6,8 @@
VERSION = '2.6.3'
# Bootstrap installation of Distribute
-import distribute_setup
-distribute_setup.use_setuptools()
+#import distribute_setup
+#distribute_setup.use_setuptools()
from setuptools import setup, find_packages
|