Misc syntax-check fixes

This commit is contained in:
Daniel P. Berrange
2009-09-21 14:41:47 +01:00
parent 634736a781
commit 7ad5c00ed9
9 changed files with 65 additions and 72 deletions
-2
View File
@@ -140,5 +140,3 @@ def eventInvokeTimeoutCallback (timer, callback, opaque):
Invoke the Event Impl Timeout Callback in C
"""
libvirtmod.virEventInvokeTimeoutCallback(timer, callback, opaque);