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

Remove __init__.py files #1275

Merged

Commits on Jun 26, 2021

  1. Remove __init__.py files

    Since we're implementing a plugin system that relies on implicit
    namespacing, we should remove these files so that they don't confuse and
    muddle our virtual envs (like the ones we use to run tests).
    
    Also, they're not longer needed as of Python 3.3.
    
    PEP 420 says:
    Allowing implicit namespace packages means that the requirement to
    provide an __init__.py file can be dropped completely...
    wren committed Jun 26, 2021
    Configuration menu
    Copy the full SHA
    6c191f2 View commit details
    Browse the repository at this point in the history