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

Removes unnecessary dependecy and updates package for Python 3.x #9

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

Commits on Mar 15, 2018

  1. Removes unnecessary dependecy

    shackra committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    3adb35e View commit details
    Browse the repository at this point in the history
  2. Make package compatible with Python 3.x

    The code worked only for Python 2.7 and Heroku by default will deploy Python apps with Python 3.6.x
    shackra committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    7a5f55d View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2018

  1. Configuration menu
    Copy the full SHA
    f573093 View commit details
    Browse the repository at this point in the history
  2. Use implementer instead of implements

    The former is the correct class to use as class decorator
    
    - Pylons/pyramid@c9888fc
    - https://twistedmatrix.com/trac/ticket/8438
    shackra committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    40606b3 View commit details
    Browse the repository at this point in the history
  3. Use class decorator

    shackra committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    8310bce View commit details
    Browse the repository at this point in the history