Flake8 fix

This commit is contained in:
Matt Martz 2017-04-11 10:29:07 -05:00
parent 824c584658
commit 1871b26b9a
1 changed files with 2 additions and 0 deletions

View File

@ -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.