On 04/17/2012 09:44 PM, Osier Yang wrote:
Just as what we did for utils/utils.py, we don't benifit
from the class use at all.
Osier Yang (3):
remove importing of unused check module
Destroy class of utils/check.py
Destroy use of check class
repos/domain/balloon_memory.py | 3 +-
repos/domain/dump.py | 4 +-
repos/domain/install_linux_check.py | 15 +-
repos/snapshot/file_flag.py | 7 +-
repos/snapshot/flag_check.py | 3 +-
utils/check.py | 649 +++++++++++++++++------------------
utils/xmlgenerator.py | 1 -
7 files changed, 335 insertions(+), 347 deletions(-)
I don't need the check.py anymore, it should be depreciated.
It works as the utils.py more or less, we probably need to remove it.
and move the valuable function into utils.py
ACK with these changes, but need to remove the file later.
Guannan Ren