Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 65e56d5a709aae8d652a82b366bab00b > files > 1

django-evolution-0.6.7-1.fc16.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