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_theming.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/test_theming.py') diff --git a/test/test_theming.py b/test/test_theming.py index 40d1ab42..08856571 100644 --- a/test/test_theming.py +++ b/test/test_theming.py @@ -2,11 +2,9 @@ Test the functions in the `theming` module """ -import sys import pytest -sys.path.append('poezio') -from theming import dump_tuple, read_tuple +from poezio.theming import dump_tuple, read_tuple def test_read_tuple(): assert read_tuple('1,-1,u') == ((1, -1), 'u') -- cgit v1.2.3