mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:14:21 +02:00
Fix print() and xrange() for Python 3 (#5590)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user