[Zope-Checkins] SVN: Zope/trunk/inst/generate_index.py more modules

Andreas Jung andreas at andreas-jung.com
Wed Apr 22 13:09:45 EDT 2009


Log message for revision 99387:
  more modules
  

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

-=-
Modified: Zope/trunk/inst/generate_index.py
===================================================================
--- Zope/trunk/inst/generate_index.py	2009-04-22 17:04:26 UTC (rev 99386)
+++ Zope/trunk/inst/generate_index.py	2009-04-22 17:09:45 UTC (rev 99387)
@@ -10,7 +10,8 @@
 from ConfigParser import RawConfigParser as ConfigParser
 
 # packages containing upper-case letters
-upper_names = ('ClientForm', 'RestrictedPython', 'ZConfig', 'ZODB3', 'zLOG') 
+upper_names = ('ClientForm', 'RestrictedPython', 'ZConfig', 'ZODB3', 'zLOG', 
+               'Acquisition', 'DateTime', 'ExtensionClass', 'Persistence')
 
 def write_index(package, version):
     print >>sys.stderr, 'Package %s==%s' % (package, version)



More information about the Zope-Checkins mailing list