Forráskód Böngészése

support python 3.3

Vladislav Folts 11 éve
szülő
commit
3774715cc5
2 módosított fájl, 2 hozzáadás és 2 törlés
  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
         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):