diff options
author | 2014-07-19 02:23:19 +0200 | |
---|---|---|
committer | 2014-07-19 02:23:19 +0200 | |
commit | 0aca8ebfb15237e60effce06ccff2085516117f6 (patch) | |
tree | e3f28471f4f682f333d5f1b0725ec6572b9cb1bc /module/common/JsEngine.py | |
parent | Move test stuff to common directory (diff) | |
download | pyload-0aca8ebfb15237e60effce06ccff2085516117f6.tar.xz |
Remove self-tests from all files
Diffstat (limited to 'module/common/JsEngine.py')
-rw-r--r-- | module/common/JsEngine.py | 6 |
1 files changed, 0 insertions, 6 deletions
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) |