浏览代码

support python 3.3

Vladislav Folts 11 年之前
父节点
当前提交
3774715cc5
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 二进制
      bin/compiled.zip
  2. 2 2
      build.py

二进制
bin/compiled.zip


+ 2 - 2
build.py

@@ -93,10 +93,10 @@ def build(options):
         return
 
     if options.pack:
-        print 'packaing compiled js to %s...' % package.root
+        print('packaging compiled js to %s...' % package.root)
         package.pack()
     else:
-        print 'unpackaing compiled js to %s...' % package.root
+        print('unpacking compiled js to %s...' % package.root)
         package.unpack()
 
     if not os.path.exists(out):