bzed / go.debian.net

Debian short url service
http://deb.li
Other
5 stars 1 forks source link

python 3 ClassType and TypeType bug #6

Closed ninjatrench closed 8 years ago

ninjatrench commented 8 years ago

python3 does not have types.ClassType and types.TypeType

File "go.debian.net/godebian/config.py", line 35, in from types import ClassType, TypeType ImportError: cannot import name 'ClassType'