Browse Source

make imports absolute

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

+ 2
- 2
realms/modules/auth/oauth/models.py View File

@@ -4,8 +4,8 @@ from flask import session
from flask_login import login_user
from flask_oauthlib.client import OAuth

from .... import config
from ..models import BaseUser
from realms import config
from realms.modules.auth.models import BaseUser

config = config.conf



Loading…
Cancel
Save