diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-10 13:08:23 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-10 13:08:25 -0800 |
commit | ab4e1355bf93e3755985f1b5cd2589a78601d253 (patch) | |
tree | f50ee1492587fead94410e229963b18f88f203a9 /python/fatcat_tools/importers/__init__.py | |
parent | c133f3077aa975aa4706a8e5ca894fc1b71fbc67 (diff) | |
download | fatcat-ab4e1355bf93e3755985f1b5cd2589a78601d253.tar.gz fatcat-ab4e1355bf93e3755985f1b5cd2589a78601d253.zip |
remove cdl_dash_dat and wayback_static importers
Cleaning out dead code.
These importers were used to create demonstration fileset and webcapture
entities early in development. They have been replaced by the fileset
and webcapture ingest importers.
Diffstat (limited to 'python/fatcat_tools/importers/__init__.py')
-rw-r--r-- | python/fatcat_tools/importers/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/fatcat_tools/importers/__init__.py b/python/fatcat_tools/importers/__init__.py index 06ecfd58..223ae526 100644 --- a/python/fatcat_tools/importers/__init__.py +++ b/python/fatcat_tools/importers/__init__.py @@ -13,7 +13,6 @@ To run an import you combine two classes; one each of: from .arabesque import ARABESQUE_MATCH_WHERE_CLAUSE, ArabesqueMatchImporter from .arxiv import ArxivRawImporter -from .cdl_dash_dat import auto_cdl_dash_dat from .chocula import ChoculaImporter from .common import ( LANG_MAP_MARC, @@ -55,4 +54,3 @@ from .matched import MatchedImporter from .orcid import OrcidImporter from .pubmed import PubmedImporter from .shadow import ShadowLibraryImporter -from .wayback_static import auto_wayback_static |