diff options
Diffstat (limited to 'libvir.c')
-rw-r--r-- | libvir.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -269,6 +269,8 @@ initlibvirtmod(void) if (initialized != 0) return; + virInitialize(); + /* intialize the python extension module */ Py_InitModule((char *) "libvirtmod", libvirtMethods); |