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

RF: move script running code into own module #418

Merged
merged 3 commits into from Oct 7, 2014

Commits on Sep 12, 2014

  1. RF: move script running code into own module

    Refactor code to run scripts into own module.  In fact I'm using a
    version I refactored for another project, to make it easier to use
    across projects, but I think this makes the code easier to read and
    support.
    matthew-brett committed Sep 12, 2014
    Copy the full SHA
    b01a803 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2014

  1. BF: workaround missing __package__ in Python 3.2

    Python 3.2 does not set __package__; work around for now.
    matthew-brett committed Sep 19, 2014
    Copy the full SHA
    e02df48 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2014

  1. RF: change "below" to "above" for higher directory

    I tend to think of directories nearer root as being 'down', it looks
    more common to think of this as being 'up', change according to Ariel's
    suggestion.
    matthew-brett committed Sep 20, 2014
    Copy the full SHA
    bcb5e23 View commit details
    Browse the repository at this point in the history