shiroyuki / Imagination

Java Beans-inspired Dependency Injection Framework for Python
https://imagination.readthedocs.io/en/latest/
4 stars 2 forks source link

ImportError in Python 3.5+ #17

Closed shiroyuki closed 8 years ago

shiroyuki commented 9 years ago

Apparently

from inspect import getargspec

raises ImportError in Python 3.5 or higher.

shiroyuki commented 8 years ago

Fixed