We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff42fb8 commit 870813bCopy full SHA for 870813b
tests/automation/start_app/zip.py
@@ -1,6 +1,5 @@
1
import zipfile
2
import os
3
-print 'Python----by Jingfu'
4
curDir = os.path.dirname(os.path.abspath(__file__))
5
zip = zipfile.ZipFile(os.path.join(curDir, 'tmp-nw', 'app.nw'), 'w',
6
compression=zipfile.ZIP_DEFLATED)
0 commit comments