From fd45f856a050f6c56a7a6b50b97b3d8c4de28af0 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 6 Mar 2020 12:09:09 -0800 Subject: [PATCH] import jc.utils instead of jc --- jc/parsers/history.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jc/parsers/history.py b/jc/parsers/history.py index 9335a6f8..d6ae4eca 100644 --- a/jc/parsers/history.py +++ b/jc/parsers/history.py @@ -40,7 +40,7 @@ Examples: ... } """ -import jc +import jc.utils class info():