diff options
author | Calum Lind <calumlind+deluge@gmail.com> | 2016-11-28 20:20:05 +0100 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2016-11-28 20:20:05 +0100 |
commit | 5f4a16630ee1d16e9aa307194314a63ea2baa7bb (patch) | |
tree | 8ea748744ba26c7082250577f95217189d701656 /minify_web_js.py | |
parent | [Core] Add a quick fix for lt1.1 default priority change (diff) | |
download | deluge-5f4a16630ee1d16e9aa307194314a63ea2baa7bb.tar.xz deluge-5f4a16630ee1d16e9aa307194314a63ea2baa7bb.zip |
Fix a typo in minify script
Diffstat (limited to 'minify_web_js.py')
-rwxr-xr-x | minify_web_js.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minify_web_js.py b/minify_web_js.py index f2ff294eb..31b98ee33 100755 --- a/minify_web_js.py +++ b/minify_web_js.py @@ -42,7 +42,7 @@ if module_exists('closure'): return True except subprocess.CalledProcessError: return False -elif module_exists('sslimit'): +elif module_exists('slimit'): from slimit import minify else: raise ImportError('Requires "slimit" package for minifying WebUI files.') |