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

Bring code from main.py into module directly #12

Closed
jrsmith3 opened this issue Sep 21, 2014 · 1 comment
Closed

Bring code from main.py into module directly #12

jrsmith3 opened this issue Sep 21, 2014 · 1 comment
Labels
bug Bug report.

Comments

@jrsmith3
Copy link
Owner

There seems to be an intermediate 'main' level when I import this module. I want to have the classes and methods directly below the ibei module. For example, I don't want

ibei.main.uibei

I want

ibei.uibei

This problem is most apparent when building the API documentation.

@jrsmith3 jrsmith3 added bug Bug report. wontfix labels Sep 21, 2014
@jrsmith3
Copy link
Owner Author

Apparently this isn't a bug at all. I asked a question related to this issue on SO and was told this behavior is normal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report.
Projects
None yet
Development

No branches or pull requests

1 participant