From 24b288a05aadd33305b1c86b2b829de03f9937ab Mon Sep 17 00:00:00 2001 From: Luke Campagnola Date: Wed, 14 Dec 2016 10:19:01 -0800 Subject: [PATCH] really actually fix --- examples/test_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/test_examples.py b/examples/test_examples.py index 9b3f8eb7..ae88b087 100644 --- a/examples/test_examples.py +++ b/examples/test_examples.py @@ -27,7 +27,7 @@ if os.getenv('TRAVIS') is not None: if count >= 5: raise pass - orig_print = __builtin__.print + orig_print = builtins.print builtins.print = flaky_print print("Installed wrapper for flaky print.")