eric6/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/messages.py

changeset 7635
0cdead130a81
parent 7617
a0e162a50ad7
child 7639
422fd05e9c91
equal deleted inserted replaced
7634:8c3d033e5044 7635:0cdead130a81
2 2
3 # Copyright (c) 2010 - 2020 Detlev Offenbach <detlev@die-offenbachs.de> 3 # Copyright (c) 2010 - 2020 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 for Python2 and Python3, but was modified to 7 # This module is based on pyflakes, but was modified to
8 # be integrated into eric6 8 # be integrated into eric6
9 9
10 """ 10 """
11 Module providing the class Message and its subclasses. 11 Module providing the class Message and its subclasses.
12 """ 12 """

eric ide

mercurial