heuer / segno

Python QR Code and Micro QR Code encoder
https://pypi.org/project/segno/
BSD 3-Clause "New" or "Revised" License
620 stars 54 forks source link

from segno import * fails #46

Closed heuer closed 6 years ago

heuer commented 6 years ago
>>> 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 commented 6 years ago

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