--- a/eric6/Utilities/ClassBrowsers/pyclbr.py Thu Jun 25 19:09:55 2020 +0200 +++ b/eric6/Utilities/ClassBrowsers/pyclbr.py Sat Jun 27 12:08:12 2020 +0200 @@ -8,8 +8,6 @@ Parse enough of a Python file to recognize class and method definitions and to find out the superclasses of a class as well as its attributes. - -This is module is based on pyclbr found in the Python 2.2.2 distribution. """