diff options
author | vitiko98 <[email protected]> | 2022-06-21 15:50:31 -0400 |
---|---|---|
committer | vitiko98 <[email protected]> | 2022-06-21 15:50:31 -0400 |
commit | 110462c7ba7b47ef99700d925a8d26e77e881b6a (patch) | |
tree | 083c12061cd0b2441965641b451d81b10bb4fec2 /tests | |
parent | 14153d7688fcd7f00bd6f02f155308cd18050ac3 (diff) | |
download | bazarr-110462c7ba7b47ef99700d925a8d26e77e881b6a.tar.gz bazarr-110462c7ba7b47ef99700d925a8d26e77e881b6a.zip |
no log: update conftest.py
Diffstat (limited to 'tests')
-rw-r--r-- | tests/conftest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/conftest.py b/tests/conftest.py index 72f228e89..311264122 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -3,3 +3,4 @@ import os import sys sys.path.insert(0, os.path.join(os.path.dirname(__file__), "../libs/")) +sys.path.insert(0, os.path.join(os.path.dirname(__file__), "../bazarr/")) |