Plugins/CheckerPlugins/SyntaxChecker/__init__.py@13d58f643b43
Plugins/CheckerPlugins/SyntaxChecker/__init__.py
Sun, 14 Feb 2010 14:01:08 +0000
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sun, 14 Feb 2010 14:01:08 +0000
- changeset 115
- 13d58f643b43
- parent 13
-
1af94a91f439
- child 791
-
9ec2ac20e54e
- permissions
- -rw-r--r--
Fixed an issue where the py3flakes checker threw a syntax error although the syntax check passed.
# -*- coding: utf-8 -*-
# Copyright (c) 2007 - 2010 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package containing the Syntax Checker plugin.
"""