File: libvirtglib.py

package info (click to toggle)
libvirt-glib 0.1.9-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,048 kB
  • ctags: 5,059
  • sloc: ansic: 19,912; sh: 11,803; makefile: 739; xml: 222; python: 134; perl: 104
file content (10 lines) | stat: -rw-r--r-- 190 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10

# On cygwin, the DLL is called cygvirtmod.dll
try:
    import libvirtglibmod
except:
    import cygvirtglibmod as libvirtglibmod


def event_register():
    libvirtglibmod.event_register()