[Zope3-dev] directory hierarchy proposal

Barry A. Warsaw barry@zope.com
Sun, 15 Dec 2002 22:35:49 -0500


    >> E.g. I'd like to be able to do from zodb.storage import
    >> FileStorage from zodb.storage import BDBFullStorage from
    >> zodb.storage import DirectoryStorage

    JF> Is this really necessary?  Can't storage packages
    JF> live directly in zodb?

    |    from zodb.file import FileStorage
    |    from zodb.berkeley import FullStorage
    |    from zodb.directory import DirectoryStorage

Maybe, but I'm thinking of zodb.storage as a namespace package that
might weave in stuff from several file system locations.

-Barry