1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2025-09-05 01:44:17 +03:00

Misc syntax-check fixes

This commit is contained in:
Daniel P. Berrange
2009-09-16 17:26:27 +01:00
parent a9ea906035
commit 32c20d1f06

View File

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