Browse Source

support python 3.3

Vladislav Folts 11 years ago
parent
commit
3774715cc5
2 changed files with 2 additions and 2 deletions
  1. BIN
      bin/compiled.zip
  2. 2 2
      build.py

BIN
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):