Keep modules in bmaptools sub-directory
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Wed, 31 Oct 2012 13:29:11 +0000 (15:29 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 1 Nov 2012 06:59:03 +0000 (08:59 +0200)
Change-Id: I6b1b9dc5999aa20b4f02ed318556be6313c7df27
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
bmap-flasher
bmaptools/BmapFlasher.py [moved from BmapFlasher.py with 100% similarity]
bmaptools/__init__.py [new file with mode: 0644]

index 9cb4684..a38cca2 100755 (executable)
@@ -32,7 +32,7 @@ import sys
 import stat
 import time
 import logging
-import BmapFlasher
+from bmaptools import BmapFlasher
 
 def parse_arguments():
     """ A helper function which parses the input arguments. """
similarity index 100%
rename from BmapFlasher.py
rename to bmaptools/BmapFlasher.py
diff --git a/bmaptools/__init__.py b/bmaptools/__init__.py
new file mode 100644 (file)
index 0000000..e69de29