[ZODB-Dev] Fwd: [Zope3-dev] directory hierarchy proposal (Martijn Faassen)

Barry A. Warsaw barry@zope.com
Tue, 10 Dec 2002 12:35:32 -0500


    | from zope.persistence.dict import Dict
    | from zope.persistence.btrees.oobtree import OOBTree
    | from zope.persistence.code import Module

How does this jive with the second goal of the renaming proposal:

    - make import statements less verbose. This is done by making the
      hierarchy shallower and the package/module names shorter.

?

Seems like we're going in the opposite direction for things that
already live in the top level namespace.

-Barry