Skip to content

Commit

Permalink
Revert "fix iteritems for python 3"
Browse files Browse the repository at this point in the history
This reverts commit 0bb04e1.

This was supposed to land on stable-2.2, not stable-2.1
  • Loading branch information
abadger committed Nov 1, 2016
1 parent 0bb04e1 commit 394dd2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ansible/module_utils/cloudstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
# USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

import time
from ansible.module_utils.six import iteritems

try:
from cs import CloudStack, CloudStackException, read_config
Expand Down

0 comments on commit 394dd2b

Please sign in to comment.