aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-10-04 16:12:19 -0700
committerBryan Newbold <bnewbold@archive.org>2021-10-15 18:15:25 -0700
commit4b3d6cb79a7182be4976aab34db251ecbcbd2665 (patch)
treecfdd6a5223b38a288af8806e08410365022be8ea /python/tests
parente2e0602114ccdf142b3ef0f30c67d2cb7a58ef7e (diff)
downloadsandcrawler-4b3d6cb79a7182be4976aab34db251ecbcbd2665.tar.gz
sandcrawler-4b3d6cb79a7182be4976aab34db251ecbcbd2665.zip
wrap up previous renaming work
Diffstat (limited to 'python/tests')
-rw-r--r--python/tests/test_html_ingest.py2
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: