Misc syntax-check fixes

This commit is contained in:
Daniel P. Berrange
2009-09-16 17:26:27 +01:00
parent 634736a781
commit 7ad5c00ed9
9 changed files with 65 additions and 72 deletions

View File

@@ -140,5 +140,3 @@ def eventInvokeTimeoutCallback (timer, callback, opaque):
Invoke the Event Impl Timeout Callback in C
"""
libvirtmod.virEventInvokeTimeoutCallback(timer, callback, opaque);