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:
parent
5ae74f7d38
commit
4f6f2c21e8
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ import re
|
|||
import string
|
||||
|
||||
from six import iteritems, string_types
|
||||
from six.moves import range
|
||||
|
||||
from ansible import constants as C
|
||||
from ansible.errors import AnsibleError
|
||||
|
|
Loading…
Reference in a new issue