diff options
Diffstat (limited to 'poezio/theming.py')
-rwxr-xr-x | poezio/theming.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/theming.py b/poezio/theming.py index 6d7eb477..5b2546d7 100755 --- a/poezio/theming.py +++ b/poezio/theming.py @@ -66,7 +66,7 @@ It is used for example to define color gradient, etc. import logging log = logging.getLogger(__name__) -from . config import config +from poezio.config import config import curses import os |