diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-10-04 16:12:19 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-10-15 18:15:25 -0700 |
commit | 4b3d6cb79a7182be4976aab34db251ecbcbd2665 (patch) | |
tree | cfdd6a5223b38a288af8806e08410365022be8ea /python/tests | |
parent | e2e0602114ccdf142b3ef0f30c67d2cb7a58ef7e (diff) | |
download | sandcrawler-4b3d6cb79a7182be4976aab34db251ecbcbd2665.tar.gz sandcrawler-4b3d6cb79a7182be4976aab34db251ecbcbd2665.zip |
wrap up previous renaming work
Diffstat (limited to 'python/tests')
-rw-r--r-- | python/tests/test_html_ingest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/test_html_ingest.py b/python/tests/test_html_ingest.py index e6e48ac..efd1ddf 100644 --- a/python/tests/test_html_ingest.py +++ b/python/tests/test_html_ingest.py @@ -2,7 +2,7 @@ import datetime import pytest -from sandcrawler.html_ingest import * +from sandcrawler.ingest_html import * def test_html_extract_ojs3() -> None: |