Fri, 08 May 2020 18:02:25 +0200
ModuleParser: fixed an issue related to a wrong import statement.
--- a/eric6/Utilities/ModuleParser.py Wed May 06 18:15:52 2020 +0200 +++ b/eric6/Utilities/ModuleParser.py Fri May 08 18:02:25 2020 +0200 @@ -19,7 +19,7 @@ import sys import os -import importlib +import importlib.machinery import re import Utilities