[Zope-Checkins] SVN: Zope/trunk/inst/generate_index.py missed zLOG
Andreas Jung
andreas at andreas-jung.com
Wed Apr 22 13:04:27 EDT 2009
Log message for revision 99386:
missed zLOG
Changed:
U Zope/trunk/inst/generate_index.py
-=-
Modified: Zope/trunk/inst/generate_index.py
===================================================================
--- Zope/trunk/inst/generate_index.py 2009-04-22 16:45:35 UTC (rev 99385)
+++ Zope/trunk/inst/generate_index.py 2009-04-22 17:04:26 UTC (rev 99386)
@@ -10,7 +10,7 @@
from ConfigParser import RawConfigParser as ConfigParser
# packages containing upper-case letters
-upper_names = ('ClientForm', 'RestrictedPython', 'ZConfig', 'ZODB3')
+upper_names = ('ClientForm', 'RestrictedPython', 'ZConfig', 'ZODB3', 'zLOG')
def write_index(package, version):
print >>sys.stderr, 'Package %s==%s' % (package, version)
More information about the Zope-Checkins
mailing list