diff options
author | 2014-10-07 20:15:39 +0200 | |
---|---|---|
committer | 2014-10-07 20:15:39 +0200 | |
commit | 51e279d9414a2e69133bbd5c51ac228e758f3cd9 (patch) | |
tree | 034a381dc1fa2f5dffe6b22ad24a8aeace23c726 /module/plugins/accounts/NovafileCom.py | |
parent | Merge branch 'stable' into 0.4.10 (diff) | |
download | pyload-51e279d9414a2e69133bbd5c51ac228e758f3cd9.tar.xz |
Fix previous merging
Diffstat (limited to 'module/plugins/accounts/NovafileCom.py')
-rw-r--r-- | module/plugins/accounts/NovafileCom.py | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/module/plugins/accounts/NovafileCom.py b/module/plugins/accounts/NovafileCom.py deleted file mode 100644 index 34d3e25b5..000000000 --- a/module/plugins/accounts/NovafileCom.py +++ /dev/null @@ -1,15 +0,0 @@ -# -*- coding: utf-8 -*- - -from module.plugins.internal.XFSPAccount import XFSPAccount - - -class NovafileCom(XFSPAccount): - __name__ = "NovafileCom" - __type__ = "account" - __version__ = "0.01" - - __description__ = """Novafile.com account plugin""" - __authors__ = [("Walter Purcaro", "vuolter@gmail.com")] - - - HOSTER_URL = "http://www.novafile.com/" |