From 0aa95087ea8f8788499c0beaa12f39642fd204ab Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 14 Jul 2014 02:33:52 +0200 Subject: Fix class definition --- 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 fc641f48e..437dda6ae 100644 --- a/module/common/JsEngine.py +++ b/module/common/JsEngine.py @@ -78,7 +78,7 @@ if not ENGINE or DEBUG: except: pass -class JsEngine(): +class JsEngine: def __init__(self): self.engine = ENGINE self.init = False -- cgit v1.2.3