projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
676a48a
)
:lipstick: Fix pylint warning.
author
Cheng Zhao
<zcbenz@gmail.com>
Wed, 12 Mar 2014 13:25:13 +0000
(21:25 +0800)
committer
Cheng Zhao
<zcbenz@gmail.com>
Wed, 12 Mar 2014 13:25:13 +0000
(21:25 +0800)
script/create-dist.py
patch
|
blob
|
history
diff --git
a/script/create-dist.py
b/script/create-dist.py
index f96f34ce4b5eb5a5601047d9453610dc954478bc..de08d34e000f83b08b9619a636718a245963a0f9 100755
(executable)
--- a/
script/create-dist.py
+++ b/
script/create-dist.py
@@
-9,7
+9,7
@@
import tarfile
from lib.config import LIBCHROMIUMCONTENT_COMMIT, BASE_URL, NODE_VERSION
from lib.util import scoped_cwd, rm_rf, get_atom_shell_version, make_zip, \
- safe_mkdir,
safe_unlink,
execute
+ safe_mkdir, execute
ATOM_SHELL_VRESION = get_atom_shell_version()