We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c555e8a commit 81e4d9cCopy full SHA for 81e4d9c
powerapi/report_modifier/libvirt_mapper.py
@@ -33,6 +33,8 @@
33
from libvirt import openReadOnly, libvirtError
34
except ImportError:
35
logging.getLogger().info("libvirt-python is not installed.")
36
+ libvirtError = Exception
37
+ openReadOnly = None
38
39
from . import ReportModifier
40
0 commit comments