UtilitiesPython2/Py2SyntaxChecker.py

branch
5_1_x
changeset 1510
e75ecf2bd9dd
parent 805
83ca4d1ff648
equal deleted inserted replaced
1502:9a74e0e9f28c 1510:e75ecf2bd9dd
1 #!/usr/bin/env python2 1 #!/usr/bin/env python2
2 # -*- coding: utf-8 -*- 2 # -*- coding: utf-8 -*-
3 3
4 # Copyright (c) 2011 Detlev Offenbach <detlev@die-offenbachs.de> 4 # Copyright (c) 2011 - 2012 Detlev Offenbach <detlev@die-offenbachs.de>
5 # 5 #
6 6
7 """ 7 """
8 Module implementing the syntax check for Python 2. 8 Module implementing the syntax check for Python 2.
9 """ 9 """

eric ide

mercurial