Browse Source

make imports absolute

master
Stephane Martin 7 years ago
parent
commit
0288038111
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      realms/modules/auth/oauth/__init__.py

+ 1
- 1
realms/modules/auth/oauth/__init__.py View File

@@ -1,5 +1,5 @@
from __future__ import absolute_import

from ..models import Auth
from realms.modules.auth.models import Auth

Auth.register('oauth')

Loading…
Cancel
Save