[libvirt] [PATCH 3/3] example: Support debug output and loop switch

2011-10-12 Thread Philipp Hahn
Add support for enabling debug output via command line option. Allow to toggle the loop implementation between pure-Python and native-C. Signed-off-by: Philipp Hahn h...@univention.de --- examples/domain-events/events-python/event-test.py | 13 +++-- 1 files changed, 11 insertions(+),

Re: [libvirt] [PATCH 3/3] example: Support debug output and loop switch

2011-10-12 Thread Eric Blake
On 10/12/2011 09:13 AM, Philipp Hahn wrote: Add support for enabling debug output via command line option. Allow to toggle the loop implementation between pure-Python and native-C. Signed-off-by: Philipp Hahnh...@univention.de --- examples/domain-events/events-python/event-test.py | 13