[Checkins] SVN: zope.annotation/trunk/setup.py Updated a import statement inside of setup.py

Alexander Heavner alex at zope.com
Tue Feb 13 10:45:43 EST 2007


Log message for revision 72514:
  Updated a import statement inside of setup.py
  

Changed:
  U   zope.annotation/trunk/setup.py

-=-
Modified: zope.annotation/trunk/setup.py
===================================================================
--- zope.annotation/trunk/setup.py	2007-02-13 15:41:37 UTC (rev 72513)
+++ zope.annotation/trunk/setup.py	2007-02-13 15:45:43 UTC (rev 72514)
@@ -18,6 +18,8 @@
 
 import os
 
+from setuptools import setup, find_packages
+
 setup(name='zope.annotation',
       version='3.4dev',
       url='http://svn.zope.org/zope.annotation',



More information about the Checkins mailing list