summaryrefslogtreecommitdiff
path: root/pgcommitfest/commitfest/ajax.py
diff options
context:
space:
mode:
authorMagnus Hagander2016-01-06 15:33:27 +0000
committerMagnus Hagander2016-01-06 15:33:27 +0000
commitb14b34c40d3614871bf5ca258964920bb37dfdbd (patch)
tree54931f89e865f149ef2815bff4bfb44e41e9a191 /pgcommitfest/commitfest/ajax.py
parentdcdbe85712536953fbd0a694441b2c1613ba3ef1 (diff)
Fully qualify imports
Diffstat (limited to 'pgcommitfest/commitfest/ajax.py')
-rw-r--r--pgcommitfest/commitfest/ajax.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgcommitfest/commitfest/ajax.py b/pgcommitfest/commitfest/ajax.py
index c033027..1adf0d0 100644
--- a/pgcommitfest/commitfest/ajax.py
+++ b/pgcommitfest/commitfest/ajax.py
@@ -11,7 +11,7 @@ import socket
import urllib
import json
-from auth import user_search
+from pgcommitfest.auth import user_search
class HttpResponseServiceUnavailable(HttpResponse):
status_code = 503