Plugins/CheckerPlugins/SyntaxChecker/__init__.py@3701923bccf2
Plugins/CheckerPlugins/SyntaxChecker/__init__.py
Sat, 30 Jan 2010 18:37:18 +0000
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sat, 30 Jan 2010 18:37:18 +0000
- changeset 88
- 3701923bccf2
- parent 13
-
1af94a91f439
- child 791
-
9ec2ac20e54e
- permissions
- -rw-r--r--
Added my own Python3 port of pyflakes and integrated py3flakes into syntax checker dialog and editor.
# -*- coding: utf-8 -*-
# Copyright (c) 2007 - 2010 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package containing the Syntax Checker plugin.
"""