From 704ea367439f6faf88343b5ee50a438900c96aca Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 18 Mar 2019 14:48:06 -0700 Subject: refactor and test citeproc code --- python/fatcat_tools/transforms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/fatcat_tools/transforms/__init__.py') diff --git a/python/fatcat_tools/transforms/__init__.py b/python/fatcat_tools/transforms/__init__.py index 4950433b..863472c0 100644 --- a/python/fatcat_tools/transforms/__init__.py +++ b/python/fatcat_tools/transforms/__init__.py @@ -1,4 +1,4 @@ from .entities import entity_to_dict, entity_from_json from .elasticsearch import release_to_elasticsearch, container_to_elasticsearch, changelog_to_elasticsearch -from .csl import release_to_csl +from .csl import release_to_csl, citeproc_csl -- cgit v1.2.3