summaryrefslogtreecommitdiff
path: root/pgweb/util/middleware.py
diff options
context:
space:
mode:
authorJonathan S. Katz2017-11-25 14:43:20 +0000
committerJonathan S. Katz2017-11-29 13:21:35 +0000
commit2f52c4f7c4aacf1ab15a3da29e44028a97d524e1 (patch)
treedb8642c4185488aec0fa1629b49dc1444b132fbf /pgweb/util/middleware.py
parent530b3c42e3da012e70a75925b8dcaea0838b836e (diff)
Clean up whitespace in primary Python / HTML files
Clean up the whitespace in the primary Python / HTML files in order to make it easier to apply changes going forward.
Diffstat (limited to 'pgweb/util/middleware.py')
-rw-r--r--pgweb/util/middleware.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgweb/util/middleware.py b/pgweb/util/middleware.py
index 540eae84..52504968 100644
--- a/pgweb/util/middleware.py
+++ b/pgweb/util/middleware.py
@@ -1,7 +1,7 @@
from django.http import HttpResponseRedirect, HttpResponse
from django.conf import settings
-# Use thread local storage to pass the username down.
+# Use thread local storage to pass the username down.
# http://code.djangoproject.com/wiki/CookBookThreadlocalsAndUser
try:
from threading import local, currentThread