diff --git a/keycloak/__init__.py b/keycloak/__init__.py index af937c2..be8a5b8 100644 --- a/keycloak/__init__.py +++ b/keycloak/__init__.py @@ -14,10 +14,9 @@ # # You should have received a copy of the GNU Lesser General Public License # along with this program. If not, see . -from keycloak.authorization import Authorization -from keycloak.exceptions import KeycloakAuthorizationConfigError, KeycloakInvalidTokenError +from .authorization import Authorization from .exceptions import raise_error_from_response, KeycloakGetError, KeycloakSecretNotFound, \ - KeycloakRPTNotFound + KeycloakRPTNotFound, KeycloakAuthorizationConfigError, KeycloakInvalidTokenError from .urls_patterns import ( URL_AUTH, URL_TOKEN,