[hotfix] removed unicode literals from minify.py
This commit is contained in:
parent
f6cdd4a655
commit
936a4bc4b9
1 changed files with 1 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue