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

Update to newer coding standards. #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

paulhildebrandt
Copy link

Updated init.py to use absolute imports.
https://docs.python.org/2.5/whatsnew/pep-328.html
This will allow it to be imported in Python 3.

Updated BrotherPrint class to be new style.
https://wiki.python.org/moin/NewClassVsClassicClass

Updated __init__.py to use absolute imports.
https://docs.python.org/2.5/whatsnew/pep-328.html
This will allow it to be imported in Python 3.

Updated BrotherPrint class to be new style.
https://wiki.python.org/moin/NewClassVsClassicClass
@paulhildebrandt
Copy link
Author

Kyle, thanks for brother print library. I was playing around with it and noticed it could use some very small updates.

paulhildebrandt and others added 2 commits June 7, 2014 18:02
 I know it's minor and petty but it a lot easier to work on in an IDE if it's PEP8.
Along with that I did a bunch of PEP8 cleanup.  Normally I would
have used a seperate commit but I couldn't get git cola to do a
line by line commit for me. :-(
daeta pushed a commit to daeta/python-brotherprint that referenced this pull request Jun 25, 2020
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