Plugins/CheckerPlugins/SyntaxChecker/pyflakes/__init__.py

branch
6_1_x
changeset 4541
e8ddd9d76414
parent 4502
76f2b46437a6
child 4545
436736340877
equal deleted inserted replaced
4539:beac8323fa9e 4541:e8ddd9d76414
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