Missing Storage.py

Dorneles Treméa <[email protected]>
Newsgroups gmane.comp.web.zope.zodb.dirstorage
Organization X3ng Web Technology
Message-ID <[email protected]>
Hi Toby,

> +++ dirstorage/DirectoryStorage/config.py
>
>  class DirectoryStorage(BaseConfig):
>      def open(self):
> -        from DirectoryStorage.Full import Full as S
> -        from DirectoryStorage.Filesystem import Filesystem
> -
> -        fs = Filesystem(self.config.path)
> -
> -        return S(fs, read_only=self.config.read_only)
> +        from DirectoryStorage.Storage import Storage
> +        return Storage(self.config.path, read_only=self.config.read_only)

seems like you forget to commit Storage.py, right? ;-)

Regards,

-- 

Dorneles Treméa
Caxias do Sul - RS - Brasil
+55 54 9114 9312 - UIN: 2413568
X3ng Web Technology <http://www.x3ng.com.br>

-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCS/IT d- s:->: a25 C+++ UBL++++$ P--- L++ E-- W+++
N++ o? K? w+ O M+ V-- PS+ PE- Y-- PGP++ t+ 5 X++ R+
tv+ b(++) DI+ D++ G+>+++ e++>++++ h---- r+++ y+++**
------END GEEK CODE BLOCK------



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.