From 5a2f0fe30cf29e06a35616508152e213c53fd3d4 Mon Sep 17 00:00:00 2001 From: elpatron68 Date: Sat, 27 Jul 2019 19:54:51 +0200 Subject: [PATCH] Chenged import --- librb/rbRadios.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librb/rbRadios.py b/librb/rbRadios.py index 7fc5bd4..a018215 100644 --- a/librb/rbRadios.py +++ b/librb/rbRadios.py @@ -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):