diff options
| author | 2014-03-28 22:37:38 +0100 | |
|---|---|---|
| committer | 2014-06-28 02:47:21 +0200 | |
| commit | 97ab599dd8aebd14e6f7369a59d415fdeca914bc (patch) | |
| tree | fad17453cbf07ab91d81265f618b35622580f7ef /module/common | |
| parent | Remove bad whitespaces (diff) | |
| download | pyload-97ab599dd8aebd14e6f7369a59d415fdeca914bc.tar.xz | |
Fix EOF
Merged vuolter/pyload@2635efd
Diffstat (limited to 'module/common')
| -rw-r--r-- | module/common/APIExerciser.py | 2 | ||||
| -rw-r--r-- | module/common/ImportDebugger.py | 2 | ||||
| -rw-r--r-- | module/common/JsEngine.py | 2 | 
3 files changed, 3 insertions, 3 deletions
diff --git a/module/common/APIExerciser.py b/module/common/APIExerciser.py index 96f5ce9cf..9fec308af 100644 --- a/module/common/APIExerciser.py +++ b/module/common/APIExerciser.py @@ -154,4 +154,4 @@ class APIExerciser(Thread):          self.api.getAccounts(False)      def getCaptchaTask(self): -        self.api.getCaptchaTask(False)
\ No newline at end of file +        self.api.getCaptchaTask(False) diff --git a/module/common/ImportDebugger.py b/module/common/ImportDebugger.py index a997f7b0c..ae3aef629 100644 --- a/module/common/ImportDebugger.py +++ b/module/common/ImportDebugger.py @@ -16,4 +16,4 @@ class ImportDebugger(object):          print name, path -sys.meta_path.append(ImportDebugger())
\ No newline at end of file +sys.meta_path.append(ImportDebugger()) diff --git a/module/common/JsEngine.py b/module/common/JsEngine.py index 576be2a1b..fc641f48e 100644 --- a/module/common/JsEngine.py +++ b/module/common/JsEngine.py @@ -159,4 +159,4 @@ if __name__ == "__main__":      js = JsEngine()      test = u'"ü"+"ä"' -    js.eval(test)
\ No newline at end of file +    js.eval(test)  | 
