1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

range vs xrange doesn't matter here and six.moves.range isn't available in six-1.3.0 (rhel7)

This commit is contained in:
Toshio Kuratomi 2015-10-06 12:19:03 -07:00
parent 5ae74f7d38
commit 4f6f2c21e8

View file

@ -27,7 +27,6 @@ import re
import string import string
from six import iteritems, string_types from six import iteritems, string_types
from six.moves import range
from ansible import constants as C from ansible import constants as C
from ansible.errors import AnsibleError from ansible.errors import AnsibleError