add import sys to virt module b/c it needs it if the libvirt python

module is missing
pull/1022/head
Seth Vidal 13 years ago
parent 0709c48f64
commit 9d88b3eedd

@ -19,6 +19,8 @@ VIRT_FAILED = 1
VIRT_SUCCESS = 0
VIRT_UNAVAILABLE=2
import sys
try:
import libvirt
except ImportError:

Loading…
Cancel
Save