1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2025-07-24 00:58:54 +03:00

Rename virDomainGetIOThreadsInfo to virDomainGetIOThreadInfo

This commit is contained in:
Ján Tomko
2015-03-26 12:22:13 +01:00
parent c58b696a56
commit e1e9b27096
4 changed files with 10 additions and 10 deletions

View File

@ -279,8 +279,8 @@ for name in sorted(basicklassmap):
func = "nwfilter" + func[8:]
if func[0:8] == "fSFreeze" or func[0:6] == "fSThaw" or func[0:6] == "fSInfo":
func = "fs" + func[2:]
if func[0:13] == "iOThreadsInfo":
func = "ioThreadsInfo"
if func[0:12] == "iOThreadInfo":
func = "ioThreadInfo"
if klass == "virNetwork":
func = func.replace("dHCP", "DHCP")