3 # Copyright (c) 2010 - 2021 Detlev Offenbach <detlev@die-offenbachs.de> |
3 # Copyright (c) 2010 - 2021 Detlev Offenbach <detlev@die-offenbachs.de> |
4 # |
4 # |
5 # Original (c) 2005 Divmod, Inc. See __init__.py file for details |
5 # Original (c) 2005 Divmod, Inc. See __init__.py file for details |
6 # |
6 # |
7 # This module is based on pyflakes, but was modified to |
7 # This module is based on pyflakes, but was modified to |
8 # be integrated into eric6 |
8 # be integrated into eric |
9 |
9 |
10 """ |
10 """ |
11 Module providing the class Message and its subclasses. |
11 Module providing the class Message and its subclasses. |
12 """ |
12 """ |
13 |
13 |