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

pull/12657/head
Toshio Kuratomi 9 years ago
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…
Cancel
Save