Fix packaging

This commit is contained in:
Maël Kervella 2018-05-24 13:08:05 +00:00
parent 2ce1b7155d
commit f151d483dc

View file

@ -1,4 +1,4 @@
from .re2oapi import Re2oAPIClient
from .re2oapi.client import Re2oAPIClient
from .re2oapi import exceptions
__all__ = ['Re2oAPIClient', 'exceptions']