Moved RepaException to common.py module
authorEd Bartosh <eduard.bartosh@intel.com>
Sun, 11 Aug 2013 20:26:21 +0000 (23:26 +0300)
committerEduard Bartosh <eduard.bartosh@intel.com>
Tue, 13 Aug 2013 06:56:34 +0000 (23:56 -0700)
commit64bf3b95d09eabe988ee3da4b8ac709af85f4433
tree98e8f401b90fe76f1f887738b1cdfbf2a47b0ff4
parente5ce4ed3104f84fecae02e3867d80a7d79fe6010
Moved RepaException to common.py module

This exception will be called from may repa modules. Let's put it in
common. Other common entities will go there too.

Change-Id: Ice0bc5abf5386a73dbb7b8457554688a2493f148
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
Reviewed-on: https://otctools.jf.intel.com/review/5841
Tested-by: OTC Tools Tester <ed.bartosh@linux.intel.com>
Reviewed-by: Hasan Wan <hasan.wan@intel.com>
repa/common.py [new file with mode: 0644]
repa/main.py