eric6/Plugins/CheckerPlugins/CodeStyleChecker/Complexity/ComplexityChecker.py

changeset 8168
bdb0258faf42
parent 8166
bd5cd5858503
child 8198
1c765dc90c21
--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Complexity/ComplexityChecker.py	Sun Mar 21 18:00:30 2021 +0100
+++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Complexity/ComplexityChecker.py	Mon Mar 22 19:22:11 2021 +0100
@@ -10,7 +10,7 @@
 import sys
 import ast
 
-from mccabe import PathGraphingAstVisitor
+from .mccabe import PathGraphingAstVisitor
 
 
 class ComplexityChecker(object):

eric ide

mercurial