Plugins/CheckerPlugins/SyntaxChecker/pyflakes/__init__.py

changeset 4543
2e6a880670e9
parent 4502
76f2b46437a6
child 4545
436736340877
equal deleted inserted replaced
4540:45627d092846 4543:2e6a880670e9
164 - Check for __future__ imports after other statements. 164 - Check for __future__ imports after other statements.
165 - Add reporting for some types of import shadowing. 165 - Add reporting for some types of import shadowing.
166 - Improve reporting of unbound locals 166 - Improve reporting of unbound locals
167 """ 167 """
168 168
169 from __future__ import unicode_literals
170
169 __version__ = '1.0.0' 171 __version__ = '1.0.0'

eric ide

mercurial