Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 3f296022d75333030c25987d2281dc5a > files > 1

django-evolution-0.5-4.fc14.src.rpm

--- a/setup.py	2010-04-18 22:13:31.000000000 -0400
+++ b/setup.py	2010-06-03 14:54:56.845136562 -0400
@@ -2,8 +2,8 @@
 #
 # Setup script for Django Evolution
 
-from ez_setup import use_setuptools
-use_setuptools()
+#from ez_setup import use_setuptools
+#use_setuptools()
 
 from setuptools import setup, find_packages
 from setuptools.command.test import test