~ricardokirkner/django-openid-auth/django-1.11-compatibility

« back to all changes in this revision

Viewing changes to django_openid_auth/signals.py

  • Committer: Ricardo Kirkner
  • Author(s): Natalia Bidart
  • Date: 2015-04-24 13:41:19 UTC
  • mfrom: (112.1.8 trunk)
  • Revision ID: ricardo.kirkner@canonical.com-20150424134119-m7rup56b2fvih88h
- Migrated base code to support Django 1.4-1.8.
- General code and tests cleanup, fixed all the pep8 errors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28
28
# POSSIBILITY OF SUCH DAMAGE.
29
29
 
 
30
from __future__ import unicode_literals
 
31
 
30
32
import django.dispatch
31
33
 
32
34