diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2016-06-27 23:38:58 +0100 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2016-06-27 23:54:50 +0100 |
commit | 6a1bd5f9b90354f670a53b240a226f598ccf3170 (patch) | |
tree | d1a4c6981e443312a82b897552e42154b0accad7 /poezio/theming.py | |
parent | 7e51947f475db6ac96d6a4f05559dcd785a8bc42 (diff) | |
download | poezio-6a1bd5f9b90354f670a53b240a226f598ccf3170.tar.gz poezio-6a1bd5f9b90354f670a53b240a226f598ccf3170.tar.bz2 poezio-6a1bd5f9b90354f670a53b240a226f598ccf3170.tar.xz poezio-6a1bd5f9b90354f670a53b240a226f598ccf3170.zip |
Make all relative imports explicit.
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 b420c233..6d7eb477 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 . config import config import curses import os |