[Zope-Checkins] SVN: Zope/trunk/inst/generate_index.py Merged c110507 from 2.12 branch

Hanno Schlichting hannosch at hannosch.eu
Mon Apr 5 15:06:40 EDT 2010


Log message for revision 110509:
  Merged c110507 from 2.12 branch
  

Changed:
  U   Zope/trunk/inst/generate_index.py

-=-
Modified: Zope/trunk/inst/generate_index.py
===================================================================
--- Zope/trunk/inst/generate_index.py	2010-04-05 19:01:19 UTC (rev 110508)
+++ Zope/trunk/inst/generate_index.py	2010-04-05 19:06:39 UTC (rev 110509)
@@ -11,8 +11,9 @@
 from ConfigParser import RawConfigParser as ConfigParser
 
 # packages containing upper-case letters
-upper_names = ('ClientForm', 'RestrictedPython', 'ZConfig', 'ZODB3', 'zLOG', 
-               'Acquisition', 'DateTime', 'ExtensionClass', 'Persistence')
+upper_names = ('ClientForm', 'RestrictedPython', 'ZConfig', 'ZODB3', 'zLOG',
+               'Acquisition', 'DateTime', 'ExtensionClass', 'Persistence',
+               'ZopeUndo', )
 
 def write_index(package, version):
     print >>sys.stderr, 'Package %s==%s' % (package, version)



More information about the Zope-Checkins mailing list