From 20b05ae595534514ae1a886088952b94816cf0b6 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Thu, 4 Sep 2014 00:27:11 +0100 Subject: Remove unneeded ez_setup and 'isort' imports --- minify_web_js.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'minify_web_js.py') diff --git a/minify_web_js.py b/minify_web_js.py index 41d6c26b7..23b8fbb6a 100755 --- a/minify_web_js.py +++ b/minify_web_js.py @@ -1,8 +1,9 @@ #!/usr/bin/env python -import os -import sys import fileinput import fnmatch +import os +import sys + from slimit import minify """Minifies the Webui JS files -- cgit v1.2.3