commit | f9bd468325fbce7a9eb5b1ce28537f628c4f8535 | [log] [tgz] |
---|---|---|
author | Ravi Mistry <rmistry@google.com> | Mon Mar 20 12:55:48 2017 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Mon Mar 20 17:40:30 2017 +0000 |
tree | a529d56c7eed9d3816d80d9117ff75839af01963 | |
parent | a15908500824900bb9808339aa10e95b9b6dd7f8 [diff] |
Make gn directory importable in python This will make it possible to do >>> from gn import gn_to_bp instead of: >>> sys.path.append('gn') >>> import gn_to_bp in the new Android autoroller BUG=skia:5538 Change-Id: I4fe851247ab6dd5bc553b8315ad91281819fbc7e Reviewed-on: https://skia-review.googlesource.com/9897 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Ravi Mistry <rmistry@google.com>