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:
a60fa69
)
:lipstick: Fix pylint warning.
author
Cheng Zhao
<zcbenz@gmail.com>
Tue, 29 Apr 2014 02:00:57 +0000
(
02:00
+0000)
committer
Cheng Zhao
<zcbenz@gmail.com>
Tue, 29 Apr 2014 02:00:57 +0000
(
02:00
+0000)
script/update-frameworks.py
patch
|
blob
|
history
diff --git
a/script/update-frameworks.py
b/script/update-frameworks.py
index
51ecaaa
..
0516a28
100755
(executable)
--- a/
script/update-frameworks.py
+++ b/
script/update-frameworks.py
@@
-7,7
+7,8
@@
from lib.util import safe_mkdir, extract_zip, tempdir, download
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
-FRAMEWORKS_URL = 'https://github.com/atom/atom-shell-frameworks/releases/download/v0.0.1'
+FRAMEWORKS_URL = 'https://github.com/atom/atom-shell-frameworks/releases' \
+ '/download/v0.0.1'
def main():
os.chdir(SOURCE_ROOT)