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

Add python3 support and remove need for temp file #1

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

Commits on Jun 29, 2016

  1. Fix mixed indenting

    Drewsif committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    2392b32 View commit details
    Browse the repository at this point in the history
  2. Add python 3 support

    Drewsif committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    af235dc View commit details
    Browse the repository at this point in the history
  3. PEP8 changes. More pretty!

    Drewsif committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    af5b1f3 View commit details
    Browse the repository at this point in the history
  4. Remove need for temp file

    Drewsif committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    aa1446d View commit details
    Browse the repository at this point in the history
  5. Switch to use '/usr/bin/env python' as the interpreter.

    This makes it so it uses the same version of python as when the user types 'python'
    Drewsif committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    26ef0da View commit details
    Browse the repository at this point in the history