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')