Chenged import

This commit is contained in:
elpatron68 2019-07-27 19:54:51 +02:00
parent 7eca10f87d
commit 5a2f0fe30c

View File

@ -3,7 +3,7 @@ import requests
from xml.etree import ElementTree
from urllib.parse import urljoin
from rbConstants import endpoints, BASE_URL
from librb.rbConstants import endpoints, BASE_URL
def request(endpoint, **kwargs):