diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-07-14 02:33:52 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-07-14 02:33:52 +0200 |
commit | 0aa95087ea8f8788499c0beaa12f39642fd204ab (patch) | |
tree | 32f51acc8a3eb447862b2bedd4a6f0d2cddb134d /module/common/JsEngine.py | |
parent | [Locale] templates updated (diff) | |
download | pyload-0aa95087ea8f8788499c0beaa12f39642fd204ab.tar.xz |
Fix class definition
Diffstat (limited to 'module/common/JsEngine.py')
-rw-r--r-- | module/common/JsEngine.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |