Commit 5c9e1db9 authored by Hanno Schlichting's avatar Hanno Schlichting

Merged c110507 from 2.12 branch

parent 7667296f
......@@ -11,8 +11,9 @@ from xmlrpclib import Server
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)
......
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