thruflo / pyramid_simpleauth

Session based authentication and role based security for a Pyramid web application.
http://pypi.python.org/pypi/pyramid_simpleauth
The Unlicense
33 stars 13 forks source link

not pulling all dependencies and few other fixes #3

Closed garbas closed 12 years ago

garbas commented 12 years ago
garbas commented 12 years ago

@amarandon tnx, didn't knew that ... not sure how we want to do it here i guess its up to @thruflo to decide

thruflo commented 12 years ago

@garbas @amarandon cheers -- I've tweaked to ignore the tests module rather than listing modules to include. More maintainable that way. Plus I fixed a few import / test bugs caused by flake8 removing "unused" imports that were actually in use.