[Checkins] SVN: zope.dottedname/t d'oh

Chris Withers chris at simplistix.co.uk
Wed Dec 3 07:46:26 EST 2008


Log message for revision 93573:
  d'oh

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

-=-
Modified: zope.dottedname/tags/3.4.3/setup.py
===================================================================
--- zope.dottedname/tags/3.4.3/setup.py	2008-12-03 11:36:18 UTC (rev 93572)
+++ zope.dottedname/tags/3.4.3/setup.py	2008-12-03 12:46:26 UTC (rev 93573)
@@ -25,10 +25,10 @@
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Resolver for Python dotted names.',
-      long_description='\n\n'.join(
+      long_description='\n\n'.join((
           read('README.txt'),
           read('CHANGES.txt'),
-          ),
+          )),
       keywords = 'resolve dotted name',
       classifiers = [
           'Development Status :: 5 - Production/Stable',

Modified: zope.dottedname/trunk/setup.py
===================================================================
--- zope.dottedname/trunk/setup.py	2008-12-03 11:36:18 UTC (rev 93572)
+++ zope.dottedname/trunk/setup.py	2008-12-03 12:46:26 UTC (rev 93573)
@@ -25,10 +25,10 @@
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Resolver for Python dotted names.',
-      long_description='\n\n'.join(
+      long_description='\n\n'.join((
           read('README.txt'),
           read('CHANGES.txt'),
-          ),
+          )),
       keywords = 'resolve dotted name',
       classifiers = [
           'Development Status :: 5 - Production/Stable',



More information about the Checkins mailing list