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

Python 3.3 compat #351

Merged
merged 2 commits into from
Mar 24, 2014
Merged

Python 3.3 compat #351

merged 2 commits into from
Mar 24, 2014

Commits on Mar 24, 2014

  1. settings: python 3.3 compat

    Python 3.3 doesn't like us overriding properties in __slots__, so set it
    to an empty list.
    carlosmn committed Mar 24, 2014
    Configuration menu
    Copy the full SHA
    6bdb013 View commit details
    Browse the repository at this point in the history
  2. Settings: add documentation

    The search_path attribute is now inside __init__() so it shows properly
    in the generated documentation.
    carlosmn committed Mar 24, 2014
    Configuration menu
    Copy the full SHA
    87c8aef View commit details
    Browse the repository at this point in the history