diff --git a/speedtest.py b/speedtest.py index efba6cc..8aa1aba 100755 --- a/speedtest.py +++ b/speedtest.py @@ -165,6 +165,8 @@ except ImportError: kwargs['file'] = _py3_utf8_stdout _py3_print(*args, **kwargs) else: + del __builtin__ + def print_(*args, **kwargs): """The new-style print function for Python 2.4 and 2.5.