range vs xrange doesn't matter here and six.moves.range isn't available in six-1.3.0 (rhel7)
parent
5ae74f7d38
commit
4f6f2c21e8
|
@ -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 New Issue