aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_export.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-11-12 23:37:28 -0800
committerBryan Newbold <bnewbold@robocracy.org>2018-11-12 23:37:28 -0800
commit7ebda2e051b51e49544ab75673b19ec5f27d9d45 (patch)
tree671fd995b2fdb0b9ec69cfcb0e7771f43c13d32d /python/fatcat_export.py
parent889606ffac5096610e6123134cb89423c15ef464 (diff)
downloadfatcat-7ebda2e051b51e49544ab75673b19ec5f27d9d45.tar.gz
fatcat-7ebda2e051b51e49544ab75673b19ec5f27d9d45.zip
more python module refactoring
Diffstat (limited to 'python/fatcat_export.py')
-rwxr-xr-xpython/fatcat_export.py2
1 files changed, 1 insertions, 1 deletions
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()