[Checkins] SVN: Products.PluggableAuthService/branches/1.5/setup.py merged rst-fix from 1.5.4

Michael Howitz mh at gocept.com
Fri Nov 21 02:52:53 EST 2008


Log message for revision 93223:
  merged rst-fix from 1.5.4

Changed:
  U   Products.PluggableAuthService/branches/1.5/setup.py

-=-
Modified: Products.PluggableAuthService/branches/1.5/setup.py
===================================================================
--- Products.PluggableAuthService/branches/1.5/setup.py	2008-11-21 07:50:38 UTC (rev 93222)
+++ Products.PluggableAuthService/branches/1.5/setup.py	2008-11-21 07:52:53 UTC (rev 93223)
@@ -17,10 +17,10 @@
 while VERSION and VERSION[0] in '-_.':
     VERSION = VERSION[1:]
 
-_boundary = '\n' + ('-' * 60) + '\n'
+_boundary = '\n' + ('-' * 60) + '\n\n'
 README = ( _package_doc('README.txt')
          + _boundary + _package_doc('doc/CHANGES.txt')
-         + _boundary + "\nDownload\n========"
+         + _boundary + "Download\n========"
          )
 
 setup(name='Products.PluggableAuthService',



More information about the Checkins mailing list