diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-09-30 15:08:47 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-10-15 18:14:24 -0700 |
commit | 7430ddbcdec76091220de474060b968f0ef1bb70 (patch) | |
tree | a4df6f49e0f795997327b2c349f58b3a31a6bc7b /python | |
parent | 7f7b1bd0ff45bcb7968dc3da912c2ff3dd74d07c (diff) | |
download | sandcrawler-7430ddbcdec76091220de474060b968f0ef1bb70.tar.gz sandcrawler-7430ddbcdec76091220de474060b968f0ef1bb70.zip |
rename some python files for clarity
Diffstat (limited to 'python')
-rwxr-xr-x | python/ingest_tool.py (renamed from python/ingest_file.py) | 0 | ||||
-rw-r--r-- | python/sandcrawler/ingest_file.py (renamed from python/sandcrawler/ingest.py) | 0 | ||||
-rw-r--r-- | python/sandcrawler/ingest_html.py (renamed from python/sandcrawler/html_ingest.py) | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/python/ingest_file.py b/python/ingest_tool.py index 20b6d67..20b6d67 100755 --- a/python/ingest_file.py +++ b/python/ingest_tool.py diff --git a/python/sandcrawler/ingest.py b/python/sandcrawler/ingest_file.py index b852c69..b852c69 100644 --- a/python/sandcrawler/ingest.py +++ b/python/sandcrawler/ingest_file.py diff --git a/python/sandcrawler/html_ingest.py b/python/sandcrawler/ingest_html.py index f11cac4..f11cac4 100644 --- a/python/sandcrawler/html_ingest.py +++ b/python/sandcrawler/ingest_html.py |