2012-03-02 08:26:55 +01:00
|
|
|
--- setup.py.orig 2012-01-06 11:21:39.000000000 +0800
|
2012-03-12 08:19:07 +01:00
|
|
|
+++ setup.py 2012-03-12 15:07:15.000000000 +0800
|
|
|
|
@@ -58,7 +58,7 @@
|
|
|
|
# entry_points= scripts to create the appropriate .bat files.
|
|
|
|
import setuptools
|
|
|
|
_hush_pyflakes = [setuptools]
|
2012-03-02 08:26:55 +01:00
|
|
|
- have_setuptools = True
|
2012-03-12 08:19:07 +01:00
|
|
|
+ have_setuptools = False
|
|
|
|
except ImportError:
|
|
|
|
pass
|
2012-03-02 08:26:55 +01:00
|
|
|
|