summaryrefslogtreecommitdiff
path: root/poezio/windows/info_bar.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/windows/info_bar.py')
-rw-r--r--poezio/windows/info_bar.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/poezio/windows/info_bar.py b/poezio/windows/info_bar.py
index 4790a76f..be9f1f0c 100644
--- a/poezio/windows/info_bar.py
+++ b/poezio/windows/info_bar.py
@@ -11,9 +11,9 @@ log = logging.getLogger(__name__)
import curses
-from config import config
+from .. config import config
from . import Win
-from theming import get_theme, to_curses_attr
+from .. theming import get_theme, to_curses_attr
class GlobalInfoBar(Win):
def __init__(self, core):