pkulev / xoinvader

Python space game in terminal
http://mmap.me
MIT License
12 stars 1 forks source link

utils: AttributeError on import by python2 #75

Closed pkulev closed 6 years ago

pkulev commented 6 years ago

I fucked up. To check if module has attribute we need to except AttributeError, not ImportError. Just replace.