hiidef / oauth2app

Django OAuth 2.0 Server App. Please fork and improve!
https://github.com/hiidef/oauth2app
MIT License
271 stars 115 forks source link

Tidy up Exception Handling #14

Closed ghickman closed 12 years ago

ghickman commented 12 years ago

Use new style variable assignment to avoid issues with python version support and remove variable assignment when it's not being used.