Made ietf/secr/middleware pyflakes-clean.
- Legacy-Id: 7488
This commit is contained in:
parent
4dd7b6963f
commit
ef0c4206f5
|
@ -1,10 +1,11 @@
|
|||
import re
|
||||
|
||||
from django.conf import settings
|
||||
from django.http import HttpResponseForbidden
|
||||
from django.shortcuts import render_to_response
|
||||
|
||||
from ietf.ietfauth.utils import has_role
|
||||
|
||||
import re
|
||||
|
||||
|
||||
class SecAuthMiddleware(object):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue