From 7ebda2e051b51e49544ab75673b19ec5f27d9d45 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 12 Nov 2018 23:37:28 -0800 Subject: more python module refactoring --- python/fatcat_export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/fatcat_export.py') diff --git a/python/fatcat_export.py b/python/fatcat_export.py index 6c4502af..eadf69ab 100755 --- a/python/fatcat_export.py +++ b/python/fatcat_export.py @@ -5,7 +5,7 @@ import json import argparse import fatcat_client from fatcat_client.rest import ApiException -from fatcat.fcid import uuid2fcid +from fatcat_tools.fcid import uuid2fcid def run_export_releases(args): conf = fatcat_client.Configuration() -- cgit v1.2.3