Commit 8ebd228b by Michael DeHaan

Merge pull request #1022 from skvidal/devel

add import sys to virt module b/c it needs it if the libvirt python
parents aa91e119 9d88b3ee
......@@ -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