Explicitly import the right settings

This commit is contained in:
Maarten van Schaik 2015-07-21 15:59:23 +02:00
parent 77230af4c3
commit f8366b18f7

View file

@ -12,6 +12,7 @@ from oidc_provider.lib.errors import *
from oidc_provider.lib.utils.params import *
from oidc_provider.lib.utils.token import *
from oidc_provider.models import *
from oidc_provider import settings
logger = logging.getLogger(__name__)