diff options
| author | 2013-11-10 18:00:43 +0100 | |
|---|---|---|
| committer | 2013-11-10 18:00:43 +0100 | |
| commit | 227d73083e2f750c87ff3403f4512894b80b9834 (patch) | |
| tree | 3b736896d8d4f15add245983ec50ae4a9d27f2ed /module/plugins | |
| parent | Merge pull request #374 from vuolter/s/hoster/SockshareCom (diff) | |
| download | pyload-227d73083e2f750c87ff3403f4512894b80b9834.tar.xz | |
added version to abstract extractor
Diffstat (limited to 'module/plugins')
| -rw-r--r-- | module/plugins/internal/AbstractExtractor.py | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/module/plugins/internal/AbstractExtractor.py b/module/plugins/internal/AbstractExtractor.py index ace79e149..f730a8434 100644 --- a/module/plugins/internal/AbstractExtractor.py +++ b/module/plugins/internal/AbstractExtractor.py @@ -11,6 +11,9 @@ class WrongPassword(Exception):      pass  class AbtractExtractor: + +    __version__ = "0.1" +      @staticmethod      def checkDeps():          """ Check if system statisfy dependencies | 
