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 __all__ issue in intercom/__init__.py #28

Merged
merged 1 commit into from
Sep 9, 2014

Conversation

marselester
Copy link
Contributor

Hi John, this pr fixes a package importing issue.

from intercom import *
TypeError: Item in ``from list'' not a string

When package is imported TypeError is raised:

from intercom import *
TypeError: Item in ``from list'' not a string
jkeyes added a commit that referenced this pull request Sep 9, 2014
Fixing wildcard import from intercom package.
@jkeyes jkeyes merged commit ff3fbc1 into intercom:master Sep 9, 2014
@jkeyes
Copy link
Contributor

jkeyes commented Sep 9, 2014

@marselester 😊 thanks

@marselester
Copy link
Contributor Author

@jkeyes you're welcome.

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 participants