diff options
author | Magnus Hagander | 2016-01-06 15:33:27 +0000 |
---|---|---|
committer | Magnus Hagander | 2016-01-06 15:33:27 +0000 |
commit | b14b34c40d3614871bf5ca258964920bb37dfdbd (patch) | |
tree | 54931f89e865f149ef2815bff4bfb44e41e9a191 /pgcommitfest/commitfest/ajax.py | |
parent | dcdbe85712536953fbd0a694441b2c1613ba3ef1 (diff) |
Fully qualify imports
Diffstat (limited to 'pgcommitfest/commitfest/ajax.py')
-rw-r--r-- | pgcommitfest/commitfest/ajax.py | 2 |
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 |