Fix print() and xrange() for Python 3 (#5590)

This commit is contained in:
cclauss
2018-03-14 09:37:29 -07:00
committed by ohemorange
parent 9ea14d2e2b
commit e405aaa4c1
5 changed files with 6 additions and 2 deletions
@@ -18,6 +18,7 @@ from threading import Thread
from unittest import TestCase
from pytest import mark
from six.moves import xrange # pylint: disable=redefined-builtin
@mark.skip