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

Move out all the config code to a separate module #4192

Merged
merged 2 commits into from
Dec 23, 2016

Commits on Dec 21, 2016

  1. Move out all the config code to a separate module

    This refactor is intended to make it easier to make configuration related improvements in the future, since all the code is in a separated unit.
    
    The unit tests have been updated partially to merely update them. They now patch underscore names which means that they probably need updating.
    pradyunsg committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    52ba1ac View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2016

  1. Fix pep8 errors

    pradyunsg committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    0de8829 View commit details
    Browse the repository at this point in the history