Make code compatible with Python 2.6+ and Python 3
This commit is contained in:
@@ -74,7 +74,7 @@ class TestRetryer(unittest.TestCase):
|
||||
func = lambda : int(time.time())
|
||||
|
||||
returnval = retryer.call(func)
|
||||
print returnval
|
||||
print(returnval)
|
||||
|
||||
|
||||
class TestFixedDelayStrategy(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user