[Checkins] SVN: zope.dottedname/trunk/setup.py Remove some cruft;

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Oct 2 09:40:47 EDT 2007


Log message for revision 80489:
  Remove some cruft;
  

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

-=-
Modified: zope.dottedname/trunk/setup.py
===================================================================
--- zope.dottedname/trunk/setup.py	2007-10-02 13:33:28 UTC (rev 80488)
+++ zope.dottedname/trunk/setup.py	2007-10-02 13:40:47 UTC (rev 80489)
@@ -21,9 +21,6 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-here = os.path.dirname(os.path.abspath(__file__))
-resolve_txt = os.path.join(here, "src", "zope", "dottedname", "resolve.txt")
-
 setup(name="zope.dottedname",
       version = '3.4.1',
       author='Zope Corporation and Contributors',



More information about the Checkins mailing list