summaryrefslogtreecommitdiff
path: root/postgresqleu/util/auth.py
diff options
context:
space:
mode:
authorMagnus Hagander2019-01-06 12:11:05 +0000
committerMagnus Hagander2019-01-10 20:02:18 +0000
commit8d4b678db22f42090290ed3bd83c7ca3d27b62ce (patch)
tree26f2936a3eced6ef49d631aa817470e1bd4dd92c /postgresqleu/util/auth.py
parent46c527d81bf93e98a73ed106f35f7b15fcd4db27 (diff)
Manual pep8 fixes
Mostly pep8-incompatible imports generated by 2to3, many of which weren't used anyway. Also some indentation errors caused by 2to3.
Diffstat (limited to 'postgresqleu/util/auth.py')
-rw-r--r--postgresqleu/util/auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/postgresqleu/util/auth.py b/postgresqleu/util/auth.py
index 6b4dd9f3..bdb5bd7d 100644
--- a/postgresqleu/util/auth.py
+++ b/postgresqleu/util/auth.py
@@ -2,7 +2,7 @@ from django.core.exceptions import PermissionDenied
from postgresqleu.util.middleware import RedirectException
from django.conf import settings
-import urllib.request, urllib.parse, urllib.error
+import urllib.parse
def authenticate_backend_group(request, groupname):