From 0aca8ebfb15237e60effce06ccff2085516117f6 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sat, 19 Jul 2014 02:23:19 +0200 Subject: Remove self-tests from all files --- module/common/JsEngine.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'module/common/JsEngine.py') diff --git a/module/common/JsEngine.py b/module/common/JsEngine.py index 45c9a50a5..46789f64d 100644 --- a/module/common/JsEngine.py +++ b/module/common/JsEngine.py @@ -153,9 +153,3 @@ class JsEngine: def error(self): return _("No js engine detected, please install either Spidermonkey, ossp-js, pyv8 or rhino") - -if __name__ == "__main__": - js = JsEngine() - - test = u'"ü"+"ä"' - js.eval(test) -- cgit v1.2.3