From f151d483dc1c9bd59b18ea283ab734c91a72e18c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Kervella?= Date: Thu, 24 May 2018 13:08:05 +0000 Subject: [PATCH] Fix packaging --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 4253b42..dbb59a2 100644 --- a/__init__.py +++ b/__init__.py @@ -1,4 +1,4 @@ -from .re2oapi import Re2oAPIClient +from .re2oapi.client import Re2oAPIClient from .re2oapi import exceptions __all__ = ['Re2oAPIClient', 'exceptions']