Fix imports in tests.

This commit is contained in:
juanifioren 2015-07-14 14:52:48 -03:00
parent 051c29a262
commit 211f942eec
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ from django.test import TestCase
import jwt import jwt
from oidc_provider.lib.utils.token import * from oidc_provider.lib.utils.token import *
from oidc_provider.tests.utils import * from oidc_provider.tests.app.utils import *
from oidc_provider.views import * from oidc_provider.views import *

View file

@ -7,7 +7,7 @@ from django.utils import timezone
from oidc_provider.lib.utils.token import * from oidc_provider.lib.utils.token import *
from oidc_provider.models import * from oidc_provider.models import *
from oidc_provider.tests.utils import * from oidc_provider.tests.app.utils import *
from oidc_provider.views import userinfo from oidc_provider.views import userinfo