summaryrefslogtreecommitdiff
path: root/pgweb/docs/admin.py
diff options
context:
space:
mode:
authorMagnus Hagander2014-01-01 15:33:29 +0000
committerMagnus Hagander2014-01-01 15:33:52 +0000
commit94e3b79dceb9ea08de1c0fe2b5b448fec7a316c9 (patch)
treeeed75bd18aacbb04f99682010afde613428e3a50 /pgweb/docs/admin.py
parent756aa6ffbe71f387ae5fa2885dce893b075db9f2 (diff)
Replace wildcard imports with explicit ones
Diffstat (limited to 'pgweb/docs/admin.py')
-rw-r--r--pgweb/docs/admin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgweb/docs/admin.py b/pgweb/docs/admin.py
index d75971b1..56ca3c4d 100644
--- a/pgweb/docs/admin.py
+++ b/pgweb/docs/admin.py
@@ -1,5 +1,5 @@
from django.contrib import admin
-from models import *
+from models import DocComment
def approve_doccomment(modeladmin, request, queryset):
# We need to do this in a loop even though it's less efficient,