Fix packaging

This commit is contained in:
Maël Kervella 2018-05-24 12:37:05 +00:00
parent eed616d72e
commit bdb01e0f00
4 changed files with 6 additions and 5 deletions

1
__init__.py Normal file
View file

@ -0,0 +1 @@
from re2oapi import Re2oAPI

View file

@ -1,2 +1,2 @@
from re2oapi.api import Re2oAPI
from re2oapi import exceptions
from .api import Re2oAPI
from . import exceptions

View file

@ -2,8 +2,8 @@ import requests
from requests.exceptions import HTTPError
import datetime
from re2oapi import endpoints
from re2oapi import exceptions
from . import endpoints
from . import exceptions
TIME_FOR_RENEW = 60

View file

@ -1,4 +1,4 @@
from re2oapi import exceptions
from . import exceptions
urls = {
'root': '/api/',