projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
596503a
)
Reorder imports for readability
author
Magnus Hagander
<magnus@hagander.net>
Fri, 24 Jan 2020 12:55:15 +0000
(13:55 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Fri, 24 Jan 2020 12:55:15 +0000
(13:55 +0100)
pgweb/util/helpers.py
patch
|
blob
|
blame
|
history
diff --git
a/pgweb/util/helpers.py
b/pgweb/util/helpers.py
index 9bb4eee1e8900056d32880abb16854c375aac69a..460dd774461d86fc865cde2ecbab13df7a22d772 100644
(file)
--- a/
pgweb/util/helpers.py
+++ b/
pgweb/util/helpers.py
@@
-1,11
+1,12
@@
from django.shortcuts import render, get_object_or_404
-from pgweb.util.contexts import render_pgweb
from django.http import HttpResponseRedirect, Http404
from django.template.loader import get_template
from django.db import models
import django.utils.xmlutils
from django.conf import settings
+from pgweb.util.contexts import render_pgweb
+
import io
import difflib