[minor] [fix] minify

This commit is contained in:
Anand Doshi 2013-10-02 16:40:18 +05:30
parent 2792cb2241
commit ae983eec3e

View file

@ -1,11 +1,3 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd.
# MIT License. See license.txt
from __future__ import unicode_literals
import os, os.path, shutil
# This code is original from jsmin by Douglas Crockford, it was translated to
# Python by Baruch Even. The original code had the following copyright and
# license.