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

Fix: Allow rename of addon's folder #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Irmitya
Copy link

@Irmitya Irmitya commented Aug 31, 2019

Fixes #4 and #5

@Irmitya
Copy link
Author

Irmitya commented Aug 31, 2019

The code uses from .. import __package__, which works.
However, I would "prefer" it use from .. import __package__ as __addon__

Python uses __package__ for things, such as the from . thing.
The reason the code works anyway, is because I inadvertently placed the import below the other relative import.

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

Successfully merging this pull request may close these issues.

2.8 Custom shapes not created
1 participant