mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 22:49:32 -02:30
from six.moves import xrange for Python 3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user