Re: [libvirt] [test-API PATCH 2/5] test-API: Remove the codes used to construct utils object

2012-04-11 Thread Guannan Ren
On 04/10/2012 03:34 PM, Osier Yang wrote: $ for i in $(find . -type f -name "*.py"); do \ sed -i -e '/util *= *utils\.Utils()/d' $i; \ done --- repos/domain/attach_disk.py|1 - repos/domain/attach_interface.py |1 - repos/domain/auto

[libvirt] [test-API PATCH 2/5] test-API: Remove the codes used to construct utils object

2012-04-10 Thread Osier Yang
$ for i in $(find . -type f -name "*.py"); do \ sed -i -e '/util *= *utils\.Utils()/d' $i; \ done --- repos/domain/attach_disk.py|1 - repos/domain/attach_interface.py |1 - repos/domain/autostart.py |1 - repos