Commit 9d88b3ee by Seth Vidal

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

module is missing
parent 0709c48f
......@@ -19,6 +19,8 @@ VIRT_FAILED = 1
VIRT_SUCCESS = 0
VIRT_UNAVAILABLE=2
import sys
try:
import libvirt
except ImportError:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment