work around the case-ignorancy of zpkg

parent 770fe846
...@@ -52,7 +52,12 @@ ZClasses ../lib/python/ZClasses ...@@ -52,7 +52,12 @@ ZClasses ../lib/python/ZClasses
ZPublisher ../lib/python/ZPublisher ZPublisher ../lib/python/ZPublisher
ZServer ../lib/python/ZServer ZServer ../lib/python/ZServer
ZTUtils ../lib/python/ZTUtils ZTUtils ../lib/python/ZTUtils
Zope ../lib/python/Zope.py # we can't call the following item "Zope" because zpkg is
# case-ignorant for collection names and it would conflict with "zope"
# (the items listed here are collections, not packages, although most
# of the times they're the same; here the collection represents a
# top-level module, though)
Zopepy ../lib/python/Zope.py
Zope2 ../lib/python/Zope2 Zope2 ../lib/python/Zope2
ZopeUndo ../lib/python/ZopeUndo ZopeUndo ../lib/python/ZopeUndo
initgroups ../lib/python/initgroups initgroups ../lib/python/initgroups
......
...@@ -35,7 +35,12 @@ ZClasses ...@@ -35,7 +35,12 @@ ZClasses
ZPublisher ZPublisher
ZServer ZServer
ZTUtils ZTUtils
Zope # we can't call the following item "Zope" because zpkg is
# case-ignorant for collection names and it would conflict with "zope"
# (the items listed here are collections, not packages, although most
# of the times they're the same; here the collection represents a
# top-level module, though)
Zopepy
Zope2 Zope2
ZopeUndo ZopeUndo
docutils docutils
......
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