summaryrefslogtreecommitdiffstats
path: root/generator.py
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@cardoe.com>2013-11-21 08:47:08 -0600
committerDoug Goldstein <cardoe@cardoe.com>2013-11-21 08:47:08 -0600
commit4b6944d3c0ff43683fc310da061fac6e05c57b66 (patch)
tree7da5142a323195962fe52b1e1df0ba69f3308f9a /generator.py
parent9e8b8a824d4b0456640f9069d5603d8b1d42c867 (diff)
downloadlibvirt-python-v9-4b6944d3c0ff43683fc310da061fac6e05c57b66.tar.gz
libvirt-python-v9-4b6944d3c0ff43683fc310da061fac6e05c57b66.tar.xz
libvirt-python-v9-4b6944d3c0ff43683fc310da061fac6e05c57b66.zip
python: remove virConnectGetCPUModelNames from globals
Commit de51dc9c9aed0e615c8b301cccb89f4859324eb0 primarily added virConnectGetCPUModelNames as libvirt.getCPUModelNames(conn, arch) instead of libvirt.virConnect.getCPUModelNames(arch) so revert the code that does the former while leaving the code that does the later.
Diffstat (limited to 'generator.py')
-rwxr-xr-xgenerator.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/generator.py b/generator.py
index 87ecf5a..0e86bed 100755
--- a/generator.py
+++ b/generator.py
@@ -250,7 +250,6 @@ lxc_functions_failed = []
qemu_functions_failed = []
functions_skipped = [
"virConnectListDomains",
- "virConnectGetCPUModelNames",
]
lxc_functions_skipped = []
qemu_functions_skipped = []