Commit 4f0e666c authored by Andreas Jung's avatar Andreas Jung

more modules

parent c4a13068
......@@ -10,7 +10,8 @@ from xmlrpclib import Server
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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment