make imports absolute

This commit is contained in:
Stephane Martin 2016-09-04 23:31:53 +02:00
父節點 3d980e1459
當前提交 0288038111
共有 1 個文件被更改,包括 1 次插入1 次删除

查看文件

@ -1,5 +1,5 @@
from __future__ import absolute_import
from ..models import Auth
from realms.modules.auth.models import Auth
Auth.register('oauth')