summaryrefslogtreecommitdiff
path: root/test/test_xhtml.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2016-08-21 15:39:46 +0200
committermathieui <mathieui@mathieui.net>2016-08-21 15:58:07 +0200
commit5f0c0fbb0adb45407008d84dc1b6e843cd94870c (patch)
tree4bf746e3fcc5b3abddb723b1ced620e4e3ac0682 /test/test_xhtml.py
parent84e59b05ff0a17178da9ecdb6c5d084e48b42763 (diff)
downloadpoezio-5f0c0fbb0adb45407008d84dc1b6e843cd94870c.tar.gz
poezio-5f0c0fbb0adb45407008d84dc1b6e843cd94870c.tar.bz2
poezio-5f0c0fbb0adb45407008d84dc1b6e843cd94870c.tar.xz
poezio-5f0c0fbb0adb45407008d84dc1b6e843cd94870c.zip
Update tests
Diffstat (limited to 'test/test_xhtml.py')
-rw-r--r--test/test_xhtml.py4
1 files changed, 1 insertions, 3 deletions
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():