bbangert / velruse

Simplifying third-party authentication for web applications.
http://packages.python.org/velruse/index.html
MIT License
252 stars 86 forks source link

Missing make_velruse_app function #130

Closed FrancoAA closed 10 years ago

FrancoAA commented 10 years ago

I clone the master and when i try to run the flask app example i encounter with this error: Traceback (most recent call last): File "myapp.py", line 8, in from velruse.app import make_velruse_app ImportError: cannot import name make_velruse_app

mmerickel commented 10 years ago

Whoops, fixed in 2e66871b28e44471d871414a2fab9d7537d15376. It's make_app.