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 base64
import json
from StringIO import StringIO
from six.moves import xrange
from awx.main.utils import OutputEventFilter
MAX_WIDTH = 78