浏览代码

[hotfix] removed unicode literals from minify.py

version-14
Anand Doshi 10 年前
父节点
当前提交
0072aeb3bb
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. +1
    -2
      frappe/utils/minify.py

+ 1
- 2
frappe/utils/minify.py 查看文件

@@ -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()

正在加载...
取消
保存