From: ShaoHe Feng <shaohef(a)linux.vnet.ibm.com>
V1 -> V2:
rebase
ShaoHe Feng (2):
move RollbackContext from tests/utils to src/kimchi/rollbackcontext
touch 4 files when move RollbackContext, fix pep8 on them
Makefile.am | 10 ++--
src/kimchi/Makefile.am | 59 +++++++++++------------
src/kimchi/rollbackcontext.py | 71 +++++++++++++++++++++++++++
tests/test_model.py | 108 +++++++++++++++++++++++++-----------------
tests/test_rest.py | 73 +++++++++++++++-------------
tests/utils.py | 59 ++++-------------------
6 files changed, 224 insertions(+), 156 deletions(-)
create mode 100644 src/kimchi/rollbackcontext.py
--
1.8.4.2