Index: scripts/newbitmaps/lib/__init__.py |
diff --git a/scripts/newbitmaps/lib/__init__.py b/scripts/newbitmaps/lib/__init__.py |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8fa877aa957470b458abc0a47c325f15f22ddd29 |
--- /dev/null |
+++ b/scripts/newbitmaps/lib/__init__.py |
@@ -0,0 +1,6 @@ |
+# Copyright (c) 2011 The Chromium OS Authors. All rights reserved. |
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+import bmpblock |
+import pixcontrol |
+import pixdisplay |