diff options
Diffstat (limited to 'test/test_theming.py')
-rw-r--r-- | test/test_theming.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_theming.py b/test/test_theming.py index 9cdb4829..b59560b7 100644 --- a/test/test_theming.py +++ b/test/test_theming.py @@ -4,7 +4,7 @@ Test the functions in the `theming` module import sys import pytest -sys.path.append('src') +sys.path.append('poezio') from theming import dump_tuple, read_tuple |