commit | 5465727e538bcd77200f8b3c75f002367597fc51 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Apr 23 13:39:48 2012 -0700 |
committer | Colin Cross <ccross@android.com> | Mon Apr 23 13:43:41 2012 -0700 |
tree | 51f376719b489eb25b57dc3fd88da116af99a53c | |
parent | d21720db313369f25b99b4d2f3f87c8be46513d9 [diff] |
Fix syntax errors in subcmds/init.py Fixes three errors: Python doesn't like the line wrap after 'and'. platform.system is a function, needs to be platform.system(). Typo all_platfroms instead of all_platforms. Change-Id: Ia875e521bc01ae2eb321ec62d839173c00f86c2d