From 97ab599dd8aebd14e6f7369a59d415fdeca914bc Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 28 Mar 2014 22:37:38 +0100 Subject: Fix EOF Merged vuolter/pyload@2635efd --- module/common/APIExerciser.py | 2 +- module/common/ImportDebugger.py | 2 +- module/common/JsEngine.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'module/common') 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) -- cgit v1.2.3