[Checkins] SVN: zope.app.zptpage/trunk/ - remove unused import

Baiju M baiju.m.mail at gmail.com
Wed Mar 3 07:17:47 EST 2010


Log message for revision 109606:
  - remove unused import
  - find-links is no more required
  

Changed:
  U   zope.app.zptpage/trunk/buildout.cfg
  U   zope.app.zptpage/trunk/setup.py

-=-
Modified: zope.app.zptpage/trunk/buildout.cfg
===================================================================
--- zope.app.zptpage/trunk/buildout.cfg	2010-03-03 12:14:31 UTC (rev 109605)
+++ zope.app.zptpage/trunk/buildout.cfg	2010-03-03 12:17:46 UTC (rev 109606)
@@ -1,7 +1,6 @@
 [buildout]
 develop = . 
 parts = test
-find-links = http://download.zope.org/distribution/
 
 [test]
 recipe = zc.recipe.testrunner

Modified: zope.app.zptpage/trunk/setup.py
===================================================================
--- zope.app.zptpage/trunk/setup.py	2010-03-03 12:14:31 UTC (rev 109605)
+++ zope.app.zptpage/trunk/setup.py	2010-03-03 12:17:46 UTC (rev 109606)
@@ -23,7 +23,7 @@
 
 import os
 
-from setuptools import setup, find_packages, Extension
+from setuptools import setup, find_packages
 
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()



More information about the checkins mailing list