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

from segno import * fails #46

Closed
heuer opened this issue Feb 25, 2018 · 1 comment
Closed

from segno import * fails #46

heuer opened this issue Feb 25, 2018 · 1 comment
Assignees
Milestone

Comments

@heuer
Copy link
Owner

heuer commented Feb 25, 2018

>>> from segno import *

Traceback (most recent call last):
  File "<pyshell#1>", line 1, in <module>
    from segno import *
TypeError: Item in ``from list'' must be str, not unicode
@heuer heuer added the bug label Feb 25, 2018
@heuer heuer added this to the 0.2.8 milestone Feb 25, 2018
@heuer heuer self-assigned this Feb 25, 2018
@heuer heuer added the wontfix label Feb 25, 2018
@heuer
Copy link
Owner Author

heuer commented Feb 25, 2018

Since this is a Python 2.x problem only, I keep it as it is.
Wildcard imports are bad anyway :)

@heuer heuer closed this as completed Feb 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant