From ae983eec3e6334accc9536a0dff042aa7c2f89ef Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Wed, 2 Oct 2013 16:40:18 +0530 Subject: [PATCH] [minor] [fix] minify --- webnotes/utils/minify.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/webnotes/utils/minify.py b/webnotes/utils/minify.py index 1db07d0d19..0145f7efb6 100644 --- a/webnotes/utils/minify.py +++ b/webnotes/utils/minify.py @@ -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.