Use .py suffix for python scripts, we're following chromium.

This commit is contained in:
Cheng Zhao 2013-06-20 22:55:54 +08:00
parent 9983e7c0ba
commit 993c7ad650
2 changed files with 1 additions and 1 deletions

View file

@ -5,7 +5,7 @@ set -e
cd "$(dirname "$0")/.."
./script/update-frameworks
./script/update-node v0.10.9
./script/update-node.py --version v0.10.9
gyp -f ninja --depth . atom.gyp \
-Icommon.gypi \