Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid use of __future__ import #8

Merged
merged 2 commits into from
Jan 9, 2020
Merged

Conversation

jtrain
Copy link
Contributor

@jtrain jtrain commented Jun 12, 2017

print_function isn't a callable on Python 2.7

Correct usage would have been print(...)

However, since all output is sent via self.stdout, re-use that output inside the delete line function.

jtrain and others added 2 commits June 12, 2017 13:54
`print_function` isn't a callable on Python 2.7

Correct usage would have been `print(...)`

However, since all output is sent via `self.stdout`, re-use that output inside the delete line function.
@valdergallo
Copy link
Owner

tnx for help

@valdergallo valdergallo merged commit b92e5cb into valdergallo:master Jan 9, 2020
@jtrain jtrain deleted the patch-1 branch January 9, 2020 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants