Skip to content

Fix __all__ issue in intercom/__init__.py - #28

Merged
jkeyes merged 1 commit into
intercom:masterfrom
marselester:master
Sep 9, 2014
Merged

jkeyes merged 1 commit into
intercom:masterfrom
marselester:master

Conversation

@marselester

Copy link
Copy Markdown
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

jkeyes commented Sep 9, 2014

Copy link
Copy Markdown
Contributor

@marselester 😊 thanks

@marselester

Copy link
Copy Markdown
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