Explorar o código

support python 3.3

Vladislav Folts %!s(int64=11) %!d(string=hai) anos
pai
achega
3774715cc5
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. BIN=BIN
      bin/compiled.zip
  2. 2 2
      build.py

BIN=BIN
bin/compiled.zip


+ 2 - 2
build.py

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