aboutsummaryrefslogtreecommitdiffstats
path: root/python/sandcrawler/__init__.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-01-14 17:00:59 -0800
committerBryan Newbold <bnewbold@archive.org>2020-01-14 17:00:59 -0800
commit91e6b33a4733fbe622ce0e09460a75cd377bee7a (patch)
tree8b9f5ee6773de2ff9bf6ece77b73425c8437531a /python/sandcrawler/__init__.py
parent2bf0095335203d200370e23922a6ff38ac98201c (diff)
downloadsandcrawler-91e6b33a4733fbe622ce0e09460a75cd377bee7a.tar.gz
sandcrawler-91e6b33a4733fbe622ce0e09460a75cd377bee7a.zip
small fixups to SandcrawlerPostgrestClient
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 699126f..2d28829 100644
--- a/python/sandcrawler/__init__.py
+++ b/python/sandcrawler/__init__.py
@@ -5,4 +5,5 @@ from .workers import KafkaSink, KafkaGrobidSink, JsonLinePusher, CdxLinePusher,
from .ia import WaybackClient, WaybackError, CdxApiClient, CdxApiError, SavePageNowClient, SavePageNowError, PetaboxError, ResourceResult, WarcResource, CdxPartial, CdxRow
from .ingest import IngestFileWorker
from .persist import PersistCdxWorker, PersistIngestFileResultWorker, PersistGrobidWorker, PersistGrobidDiskWorker
+from .db import SandcrawlerPostgrestClient, SandcrawlerPostgresClient