diff --git a/test/test_content/test_content.py b/test/test_content/test_content.py index 4d824346..83e78797 100644 --- a/test/test_content/test_content.py +++ b/test/test_content/test_content.py @@ -7,10 +7,8 @@ import os import unittest import json -import yaml - from patacrep.songs import DataSubpath -from patacrep import content, encoding, files, pkg_datapath +from patacrep import content, files from patacrep.content import song, section, songsection, tex from patacrep.build import config_model diff --git a/test/test_song/test_parser.py b/test/test_song/test_parser.py index 0e7f4dcd..1cdfae5b 100644 --- a/test/test_song/test_parser.py +++ b/test/test_song/test_parser.py @@ -8,9 +8,7 @@ import os import unittest from pkg_resources import resource_filename -import yaml - -from patacrep import files, pkg_datapath +from patacrep import files from patacrep.encoding import open_read from patacrep.build import config_model