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_xhtml.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/test_xhtml.py') diff --git a/test/test_xhtml.py b/test/test_xhtml.py index b4d6c3da..ad72513a 100644 --- a/test/test_xhtml.py +++ b/test/test_xhtml.py @@ -3,11 +3,9 @@ Test the functions in the `xhtml` module """ import pytest -import sys import xml -sys.path.append('poezio') -from xhtml import (poezio_colors_to_html, xhtml_to_poezio_colors, +from poezio.xhtml import (poezio_colors_to_html, xhtml_to_poezio_colors, parse_css, clean_text) def test_clean_text(): -- cgit v1.2.3