diff options
Diffstat (limited to 'gn3/auth/__init__.py')
-rw-r--r-- | gn3/auth/__init__.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gn3/auth/__init__.py b/gn3/auth/__init__.py index ba10305..a28498d 100644 --- a/gn3/auth/__init__.py +++ b/gn3/auth/__init__.py @@ -2,6 +2,4 @@ from . import authorisation from . import authentication -## Setup the endpoints -from .authorisation.views import * -from .authentication.oauth2.views import * +from .views import oauth2 |