Skip to content

Commit 870813b

Browse files
committed
remove useless comment
1 parent ff42fb8 commit 870813b

File tree

1 file changed

+0
-1
lines changed
  • tests/automation/start_app

1 file changed

+0
-1
lines changed

tests/automation/start_app/zip.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import zipfile
22
import os
3-
print 'Python----by Jingfu'
43
curDir = os.path.dirname(os.path.abspath(__file__))
54
zip = zipfile.ZipFile(os.path.join(curDir, 'tmp-nw', 'app.nw'), 'w',
65
compression=zipfile.ZIP_DEFLATED)

0 commit comments

Comments
 (0)