diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-02-10 18:19:40 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-02-10 18:19:40 +0100 |
commit | 04f6d2a4c55ab1d379ef9900361b97d72c672a39 (patch) | |
tree | 41cd3fb0e586ea00aa407df3c8149d4d3ac9e8fe /module | |
parent | cleanup (diff) | |
download | pyload-04f6d2a4c55ab1d379ef9900361b97d72c672a39.tar.xz |
missing package init file
Diffstat (limited to 'module')
-rw-r--r-- | module/database/__init__.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/module/database/__init__.py b/module/database/__init__.py new file mode 100644 index 000000000..545789c0c --- /dev/null +++ b/module/database/__init__.py @@ -0,0 +1,6 @@ +from DatabaseBackend import DatabaseBackend +from DatabaseBackend import style + +from FileDatabase import FileHandler +from UserDatabase import UserMethods +from StorageDatabase import StorageMethods
\ No newline at end of file |