From 332a5c2553db41de777473a1e1be9cd1522c9496 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Thu, 31 Mar 2016 18:54:41 +0100 Subject: Move the src directory to poezio, for better cython compatibility. --- test/test_xhtml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_xhtml.py') diff --git a/test/test_xhtml.py b/test/test_xhtml.py index 5afd08ff..b4d6c3da 100644 --- a/test/test_xhtml.py +++ b/test/test_xhtml.py @@ -5,7 +5,7 @@ Test the functions in the `xhtml` module import pytest import sys import xml -sys.path.append('src') +sys.path.append('poezio') from xhtml import (poezio_colors_to_html, xhtml_to_poezio_colors, parse_css, clean_text) -- cgit v1.2.3