diff options
Diffstat (limited to 'python/persist_tool.py')
-rwxr-xr-x | python/persist_tool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/persist_tool.py b/python/persist_tool.py index 69e9374..d52f7c1 100755 --- a/python/persist_tool.py +++ b/python/persist_tool.py @@ -7,9 +7,9 @@ Normally this is done by workers (in sandcrawler_worker.py) consuming from Kafka feeds, but sometimes we have bulk processing output we want to backfill. """ +import argparse import os import sys -import argparse from sandcrawler import * from sandcrawler.persist import * |