From f9bd468325fbce7a9eb5b1ce28537f628c4f8535 Mon Sep 17 00:00:00 2001 From: Ravi Mistry Date: Mon, 20 Mar 2017 12:55:48 -0400 Subject: 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 Commit-Queue: Ravi Mistry --- gn/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 gn/__init__.py (limited to 'gn/__init__.py') diff --git a/gn/__init__.py b/gn/__init__.py new file mode 100644 index 0000000000..56648285ab --- /dev/null +++ b/gn/__init__.py @@ -0,0 +1,3 @@ +# Copyright (c) 2017 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. -- cgit v1.2.3