On 04/10/2012 11:56 AM, Osier Yang wrote:
test-API tends to only support testing via libvirt Python
binding now, and moving it to utils makes sense.
---
utils/{Python => }/XMLParser.py | 0
utils/{Python => }/check.py | 0
utils/{Python => }/env_parser.py | 0
utils/{Python => }/format.py | 0
utils/{Python => }/log.py | 0
utils/{Python => }/utils.py | 0
utils/{Python => }/xmlbuilder.py | 0
utils/{Python => }/xmlgenerator.py | 0
8 files changed, 0 insertions(+), 0 deletions(-)
delete mode 100644 utils/Python/__init__.py
rename utils/{Python => }/XMLParser.py (100%)
rename utils/{Python => }/check.py (100%)
rename utils/{Python => }/env_parser.py (100%)
rename utils/{Python => }/format.py (100%)
rename utils/{Python => }/log.py (100%)
rename utils/{Python => }/utils.py (100%)
rename utils/{Python => }/xmlbuilder.py (100%)
rename utils/{Python => }/xmlgenerator.py (100%)
diff --git a/utils/Python/__init__.py b/utils/Python/__init__.py
deleted file mode 100644
index e69de29..0000000
diff --git a/utils/Python/XMLParser.py b/utils/XMLParser.py
similarity index 100%
rename from utils/Python/XMLParser.py
rename to utils/XMLParser.py
diff --git a/utils/Python/check.py b/utils/check.py
similarity index 100%
rename from utils/Python/check.py
rename to utils/check.py
diff --git a/utils/Python/env_parser.py b/utils/env_parser.py
similarity index 100%
rename from utils/Python/env_parser.py
rename to utils/env_parser.py
diff --git a/utils/Python/format.py b/utils/format.py
similarity index 100%
rename from utils/Python/format.py
rename to utils/format.py
diff --git a/utils/Python/log.py b/utils/log.py
similarity index 100%
rename from utils/Python/log.py
rename to utils/log.py
diff --git a/utils/Python/utils.py b/utils/utils.py
similarity index 100%
rename from utils/Python/utils.py
rename to utils/utils.py
diff --git a/utils/Python/xmlbuilder.py b/utils/xmlbuilder.py
similarity index 100%
rename from utils/Python/xmlbuilder.py
rename to utils/xmlbuilder.py
diff --git a/utils/Python/xmlgenerator.py b/utils/xmlgenerator.py
similarity index 100%
rename from utils/Python/xmlgenerator.py
rename to utils/xmlgenerator.py
ACK and pushed
Thanks
Guannan Ren