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_config.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'test/test_config.py') diff --git a/test/test_config.py b/test/test_config.py index 4c87458e..d2f952de 100644 --- a/test/test_config.py +++ b/test/test_config.py @@ -4,13 +4,10 @@ Test the config module import tempfile import pytest -import sys import os -sys.path.append('poezio') - -import config +from poezio import config @pytest.yield_fixture(scope="module") def config_obj(): -- cgit v1.2.3