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

Support user-provided fixers (fixes #166) #167

Merged
merged 2 commits into from
May 6, 2018

Commits on Apr 30, 2018

  1. Configuration menu
    Copy the full SHA
    8be1a59 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2018

  1. Support user-provided fixers

    Avoid erroring out when a non-standard fixer is specified, and instead
    hand it over to the refactoring tool so it can try to load it.
    
    While at it, add a command-line option to add the current directory
    to sys.path, to make it easier for users to let their fixers be found.
    shaib committed May 6, 2018
    Configuration menu
    Copy the full SHA
    85dbc62 View commit details
    Browse the repository at this point in the history