nirum-lang / nirum-python

The Nirum runtime library for Python
https://nirum.org/docs/target/python.html
MIT License
8 stars 9 forks source link

Fails to import typing on Python 3.4 #17

Closed dahlia closed 8 years ago

dahlia commented 8 years ago

It fails to import typing on Python 3.4. I believe nirum-python has to specify an optional dependency on the typing package if Python 3.4 or below.

kanghyojun commented 8 years ago

https://github.com/spoqa/nirum-python/commit/7bef579872e62d2466d254e2c7d10eb69cdd9cd3 fixed