summaryrefslogtreecommitdiff
path: root/test/test_poopt.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_poopt.py')
-rw-r--r--test/test_poopt.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/test_poopt.py b/test/test_poopt.py
index 54f466a6..cdf8d041 100644
--- a/test/test_poopt.py
+++ b/test/test_poopt.py
@@ -3,10 +3,8 @@ Test of the poopt module
"""
import pytest
-import sys
-sys.path.append('poezio')
-from poopt import cut_text
+from poezio.poopt import cut_text
def test_cut_text():