Skip to content

Commit

Permalink
flask_dance.OAuth2ConsumerBlueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
singingwolfboy committed Dec 28, 2015
1 parent 2399b5e commit ff0938d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_dance/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coding=utf-8
from __future__ import unicode_literals

from .consumer import OAuth1ConsumerBlueprint
from .consumer import OAuth1ConsumerBlueprint, OAuth2ConsumerBlueprint

__version__ = "0.7.1"

0 comments on commit ff0938d

Please sign in to comment.