summaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/importers/jalc.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-11-03 12:19:52 -0700
committerBryan Newbold <bnewbold@robocracy.org>2021-11-03 12:26:30 -0700
commitcfab1ddcd8a05b62ecc16763d18a6ecee8fa234f (patch)
treec026c246f6e5938ecb828c41475ba9eeaef7f745 /python/fatcat_tools/importers/jalc.py
parent4c77bdb8d92523935454f1c406c954913f923c01 (diff)
downloadfatcat-cfab1ddcd8a05b62ecc16763d18a6ecee8fa234f.tar.gz
fatcat-cfab1ddcd8a05b62ecc16763d18a6ecee8fa234f.zip
importers: remove unused __main__ routine
These perhaps were used in initial develoment or testing? fatcat_import.py is the correct way to do these imports, even for testing/development.
Diffstat (limited to 'python/fatcat_tools/importers/jalc.py')
-rw-r--r--python/fatcat_tools/importers/jalc.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/python/fatcat_tools/importers/jalc.py b/python/fatcat_tools/importers/jalc.py
index 8e3af416..a7e06e6a 100644
--- a/python/fatcat_tools/importers/jalc.py
+++ b/python/fatcat_tools/importers/jalc.py
@@ -409,7 +409,3 @@ class JalcImporter(EntityImporter):
print(resp)
# sys.exit(-1)
-
-if __name__ == "__main__":
- parser = JalcImporter(None, None)
- parser.parse_file(open(sys.argv[1]))