from six.moves import xrange for Python 3

This commit is contained in:
cclauss
2018-02-08 21:13:40 +01:00
parent 1ccdb305e3
commit e1a8b69736
8 changed files with 19 additions and 4 deletions

View File

@@ -3,6 +3,8 @@ import pytest
import mock
import json
from six.moves import xrange
# AWX
from awx.api.serializers import (
JobSerializer,

View File

@@ -2,6 +2,8 @@
import pytest
import mock
from six.moves import xrange
# AWX
from awx.api.serializers import (
JobTemplateSerializer,