diff -r cdc1b6692766 -r bdb0258faf42 eric6/Plugins/CheckerPlugins/CodeStyleChecker/Complexity/ComplexityChecker.py --- 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):