Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

Plugin local module name conflict. #22

Open
mason-bially opened this issue May 12, 2013 · 0 comments
Open

Plugin local module name conflict. #22

mason-bially opened this issue May 12, 2013 · 0 comments

Comments

@mason-bially
Copy link
Contributor

If multiple plugins have the same name modules in them locally it screws up sys.modules with their entries and causes conflicts when the next local module with that name is attempted to be imported.

Local imports don't work in the init.py because it's local level is considered the package above, which in the case of pyTensible isn't a package.

mason-bially added a commit to mason-bially/pyTensible that referenced this issue May 12, 2013
…emoving local modules from sys.modules after a plugin is loaded.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant