make imports absolute

Este commit está contenido en:
Stephane Martin 2016-09-04 23:31:53 +02:00
padre 3d980e1459
commit 0288038111
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

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