summaryrefslogtreecommitdiff
path: root/virtinst/support.py
diff options
context:
space:
mode:
Diffstat (limited to 'virtinst/support.py')
-rw-r--r--virtinst/support.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtinst/support.py b/virtinst/support.py
index 9b00739e..dc9fe006 100644
--- a/virtinst/support.py
+++ b/virtinst/support.py
@@ -405,7 +405,7 @@ def check_support(virtconn, feature, data=None):
return sobj.check_support(virtconn, data)
-def _check_version(virtconn, version):
+def check_version(virtconn, version):
"""
Check libvirt version. Useful for the test suite so we don't need
to keep adding new support checks.