From 279b22e30d9b590838268f5f5acdaa1110ee593a Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 13 Nov 2018 11:32:41 -0800 Subject: shuffle around fatcat_tools layout --- python/tests/importer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/tests/importer.py') diff --git a/python/tests/importer.py b/python/tests/importer.py index 0de86635..d98638e4 100644 --- a/python/tests/importer.py +++ b/python/tests/importer.py @@ -1,7 +1,7 @@ import pytest -from fatcat_tools.importer_common import FatcatImporter +from fatcat_tools.importers.common import FatcatImporter def test_issnl_mapping_lookup(): -- cgit v1.2.3