diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-12-14 19:00:27 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-12-14 19:00:27 +0100 |
commit | 903127a5d9c390a750b1ad68b86e7635693ba4e9 (patch) | |
tree | e61b733d71a39efa4f561ae141296ba8d466839e | |
parent | workaround for #458 (diff) | |
download | pyload-0.4.9.tar.xz |
pyLoad 0.4.9v0.4.9
-rw-r--r-- | module/database/FileDatabase.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/module/database/FileDatabase.py b/module/database/FileDatabase.py index a4f94e9a3..357cd766d 100644 --- a/module/database/FileDatabase.py +++ b/module/database/FileDatabase.py @@ -37,8 +37,6 @@ class FileHandler: """Handles all request made to obtain information, modify status or other request for links or packages""" - - #---------------------------------------------------------------------- def __init__(self, core): """Constructor""" self.core = core |