mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-04 23:39:09 -07:00
fix iteritems for python 3
This commit is contained in:
parent
4c85a1fa05
commit
19fdb58948
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import time
|
import time
|
||||||
|
from ansible.module_utils.six import iteritems
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from cs import CloudStack, CloudStackException, read_config
|
from cs import CloudStack, CloudStackException, read_config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue