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

pull/4420/head
Toshio Kuratomi 2015-10-06 12:19:03 -07:00
parent 5ae74f7d38
commit 4f6f2c21e8
1 changed files with 0 additions and 1 deletions

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