Commit 1984c855 authored by Michal Čihař's avatar Michal Čihař

Override pylint warning

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent f312f03c
......@@ -32,6 +32,8 @@ from django.contrib.auth.models import User
from django.contrib.auth import views as auth_views
from django.views.generic import TemplateView
try:
# Not supported in Django 1.6
# pylint: disable=E0611
from django.contrib.auth import update_session_auth_hash
except ImportError:
update_session_auth_hash = None
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment