[Checkins] SVN: ZODB3/trunk/setup.py actually remove ez_setup boilerplate

Hano Schlichting cvs-admin at zope.org
Tue Feb 26 22:55:07 UTC 2013


Log message for revision 129878:
  actually remove ez_setup boilerplate
  

Changed:
  U   ZODB3/trunk/setup.py

-=-
Modified: ZODB3/trunk/setup.py
===================================================================
--- ZODB3/trunk/setup.py	2013-02-26 22:54:12 UTC (rev 129877)
+++ ZODB3/trunk/setup.py	2013-02-26 22:55:06 UTC (rev 129878)
@@ -13,9 +13,6 @@
 ##############################################################################
 VERSION = "3.11.0dev"
 
-from ez_setup import use_setuptools
-use_setuptools()
-
 from setuptools import setup
 import sys
 



More information about the checkins mailing list