aboutsummaryrefslogtreecommitdiffstats
path: root/python/sandcrawler/__init__.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2019-11-13 16:42:50 -0800
committerBryan Newbold <bnewbold@archive.org>2019-11-13 16:42:50 -0800
commite74bf1ea577c8d991eebf4174ae1a1932ad9992f (patch)
treee8edfe82d702fc93daa864aee127c81f3d6d3336 /python/sandcrawler/__init__.py
parente456e6a17eb9655afc4dc8146f50a7dba4fd8601 (diff)
downloadsandcrawler-e74bf1ea577c8d991eebf4174ae1a1932ad9992f.tar.gz
sandcrawler-e74bf1ea577c8d991eebf4174ae1a1932ad9992f.zip
rename FileIngestWorker
Diffstat (limited to 'python/sandcrawler/__init__.py')
-rw-r--r--python/sandcrawler/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/sandcrawler/__init__.py b/python/sandcrawler/__init__.py
index 39503fc..e8fbcdf 100644
--- a/python/sandcrawler/__init__.py
+++ b/python/sandcrawler/__init__.py
@@ -3,4 +3,5 @@ from .grobid import GrobidClient, GrobidWorker, GrobidBlobWorker
from .misc import gen_file_metadata, b32_hex, parse_cdx_line, parse_cdx_datetime
from .workers import KafkaSink, KafkaGrobidSink, JsonLinePusher, CdxLinePusher, CdxLinePusher, KafkaJsonPusher, BlackholeSink, ZipfilePusher, MultiprocessWrapper
from .ia import WaybackClient, WaybackError, CdxApiClient, CdxApiError, SavePageNowClient, SavePageNowError
+from .ingest import IngestFileWorker