Rename API modules
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 8 Nov 2012 10:13:23 +0000 (12:13 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 8 Nov 2012 10:13:23 +0000 (12:13 +0200)
I am planning to switch to 'bmap [flash|create]' sub-commands, and this
patch is a preparation which renames API modules to match the new scheme.

Change-Id: I3ae8d726e91d8605a01d044f86a0d89b5458346d
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
bmap-creator
bmap-flasher
bmaptools/BmapCreate.py [moved from bmaptools/BmapCreator.py with 100% similarity]
bmaptools/BmapFlash.py [moved from bmaptools/BmapFlasher.py with 100% similarity]

index 9d78fc0..a770bb4 100755 (executable)
@@ -34,7 +34,7 @@ VERSION = "0.1.1"
 import argparse
 import sys
 import logging
-from bmaptools import BmapCreator
+from bmaptools import BmapCreate
 
 def parse_arguments():
     """ A helper function which parses the input arguments. """
index 8447df9..9bb9dac 100755 (executable)
@@ -30,7 +30,7 @@ import argparse
 import sys
 import time
 import logging
-from bmaptools import BmapFlasher, BmapHelpers
+from bmaptools import BmapFlash, BmapHelpers
 
 def parse_arguments():
     """ A helper function which parses the input arguments. """