diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-13 17:34:59 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-13 17:34:59 +0200 |
commit | 2db634796bd5426c11f7849ce480265091f128c8 (patch) | |
tree | 5a54f7535e9c0ff1ec65f05f347b6eafbb496922 /pyload/network/JsEngine.py | |
parent | Cleanup (diff) | |
download | pyload-2db634796bd5426c11f7849ce480265091f128c8.tar.xz |
Cleanup (2)
Diffstat (limited to 'pyload/network/JsEngine.py')
-rw-r--r-- | pyload/network/JsEngine.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pyload/network/JsEngine.py b/pyload/network/JsEngine.py index bcf6ae0e2..c64e8c490 100644 --- a/pyload/network/JsEngine.py +++ b/pyload/network/JsEngine.py @@ -33,8 +33,6 @@ class JsEngine(object): @classmethod - - def find(cls): """ Check if there is any engine available """ return [E for E in ENGINES if E.find()] @@ -122,8 +120,6 @@ class AbstractEngine(object): @classmethod - - def find(cls): """ Check if the engine is available """ try: |