hynek / first

The function you always missed in Python: return the first true value of an iterable.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

“pip install first” fails

kseistrup opened this issue · comments

pip installs the egg, but the first module/script is nowhere to be found so “from first import first” fails.

Python 2.7 on Linux.

Ah yeah, as usual. Thanks for the heads up. :)

Thanks for fixing it so soon.