[hotfix] removed unicode literals from minify.py

This commit is contained in:
Anand Doshi 2015-02-24 22:30:42 +05:30
parent f6cdd4a655
commit 936a4bc4b9

View file

@ -27,7 +27,6 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# */
from __future__ import unicode_literals
from StringIO import StringIO
@ -209,4 +208,4 @@ class JavascriptMinify(object):
self.theLookahead = None
self._jsmin()
self.instream.close()
self.instream.close()