From 5f0c0fbb0adb45407008d84dc1b6e843cd94870c Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 21 Aug 2016 15:39:46 +0200 Subject: Update tests --- test/test_poopt.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/test_poopt.py') 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(): -- cgit v1.2.3