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

Commits on May 25, 2014

  1. Update to newer coding standards.

    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
    paul-hildebrandt-disney committed May 25, 2014
    Configuration menu
    Copy the full SHA
    2b8b326 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2014

  1. PEP8 formatting fixes.

     I know it's minor and petty but it a lot easier to work on in an IDE if it's PEP8.
    paulhildebrandt committed Jun 8, 2014
    Configuration menu
    Copy the full SHA
    e140633 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2014

  1. brotherprinter.py: Added support for USB printer connection.

    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. :-(
    paul-hildebrandt-disney committed Jun 29, 2014
    Configuration menu
    Copy the full SHA
    e2465cc View commit details
    Browse the repository at this point in the history