diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-13 11:32:41 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-13 11:32:41 -0800 |
commit | 279b22e30d9b590838268f5f5acdaa1110ee593a (patch) | |
tree | c9965a089be1b8ef607573ea9261c0c378c0ab47 /python/tests/transform_tests.py | |
parent | 7ebda2e051b51e49544ab75673b19ec5f27d9d45 (diff) | |
download | fatcat-279b22e30d9b590838268f5f5acdaa1110ee593a.tar.gz fatcat-279b22e30d9b590838268f5f5acdaa1110ee593a.zip |
shuffle around fatcat_tools layout
Diffstat (limited to 'python/tests/transform_tests.py')
-rw-r--r-- | python/tests/transform_tests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/tests/transform_tests.py b/python/tests/transform_tests.py index 669c2526..52a9965a 100644 --- a/python/tests/transform_tests.py +++ b/python/tests/transform_tests.py @@ -1,10 +1,10 @@ import json import pytest -from fatcat_tools.crossref_importer import FatcatCrossrefImporter +from fatcat_tools.importers.crossref import FatcatCrossrefImporter from fatcat_tools.transforms import * -from crossref import crossref_importer +from import_crossref import crossref_importer def test_elastic_convert(crossref_importer): with open('tests/files/crossref-works.single.json', 'r') as f: |