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/JsEngine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/common/JsEngine.py') 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