Codebase list libvirt-glib / upstream/0.0.8 python / libvirtglib.py
upstream/0.0.8

Tree @upstream/0.0.8 (Download .tar.gz)

libvirtglib.py @upstream/0.0.8raw · history · blame

1
2
3
4
5
6
7
8
9
# On cygwin, the DLL is called cygvirtmod.dll
try:
    import libvirtglibmod
except:
    import cygvirtglibmod as libvirtglibmod


def event_register():
    libvirtglibmod.event_register()