diff --git a/tests/test_html2htpy.py b/tests/test_html2htpy.py index 646d90b..1bfc9b3 100644 --- a/tests/test_html2htpy.py +++ b/tests/test_html2htpy.py @@ -1,6 +1,6 @@ import textwrap import pytest -from htpy import html2htpy +from htpy.html2htpy import html2htpy def test_convert_shorthand_id_and_class():