Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sivel/speedtest-cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2017-04-11 18:29:07 +0300
committerMatt Martz <matt@sivel.net>2017-04-11 18:29:07 +0300
commitf6f4f4e7efc213686a01c5de5fe0df0e2ac414d0 (patch)
tree21e6c7cb72b846effe2b02d510ef30cdda6e626c
parent87cfede4dfe8fb425c5777c1d2da39c39e516d41 (diff)
Flake8 fixutf8-encoding
-rwxr-xr-xspeedtest.py2
1 files changed, 2 insertions, 0 deletions
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.