Changeset 5f4a166


Ignore:
Timestamp:
11/28/2016 07:20:05 PM (8 years ago)
Author:
Calum Lind <calumlind+deluge@gmail.com>
Branches:
2.0.x, develop, master
Children:
373c8a
Parents:
3260db
Message:

Fix a typo in minify script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • minify_web_js.py

    r3260db r5f4a166  
    4343        except subprocess.CalledProcessError:
    4444            return False
    45 elif module_exists('sslimit'):
     45elif module_exists('slimit'):
    4646    from slimit import minify
    4747else:
Note: See TracChangeset for help on using the changeset viewer.