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

Tests needed: ensure that intercepts from directories other than the current module location works #16

Open
captain-kark opened this issue Jul 24, 2019 · 0 comments
Milestone

Comments

@captain-kark
Copy link
Owner

You should be able to import a module and have the contents of the imported object sourced from someplace like /var/config, /tmp/whatever/, etc.

Imports would still be requesting the same module that the associated __init__.py file is located in. It would just affect where the source json/yaml files are searched for.

This might already be the default behavior. If it isn't, it should support this.

@captain-kark captain-kark added this to the v1.0.0 milestone Jul 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant