Re: [libvirt] [test-API PATCH 1/5] test-API: Destroy the class for utils.py

2012-04-11 Thread Guannan Ren
On 04/10/2012 03:34 PM, Osier Yang wrote: IMHO there is not any benifit to use class in a utils script, except you have to construct the object again and again in scripts. :-) Incidental cleanups: * s/parser_uri/parse_uri/ * s/#this/# This/ * Useless comments on the top are removed. ---

[libvirt] [test-API PATCH 1/5] test-API: Destroy the class for utils.py

2012-04-10 Thread Osier Yang
IMHO there is not any benifit to use class in a utils script, except you have to construct the object again and again in scripts. :-) Incidental cleanups: * s/parser_uri/parse_uri/ * s/#this/# This/ * Useless comments on the top are removed. --- utils/utils.py | 769 +++