UtilitiesPython2/pyflakes/__init__.py

changeset 3246
4cd58a0d6c28
parent 3212
27a73942b8c8
equal deleted inserted replaced
3244:1a54f34202b8 3246:4cd58a0d6c28
1 # -*- coding: utf-8 -*-
2
3 # Copyright (c) 2010 - 2014 Detlev Offenbach <detlev@die-offenbachs.de>
4 #
5
6 """
7 Package containing pyflakes adapted to eric5.
8
9 Note: This is a copy of the identical package contained in Utilities.
10 It is here to make it accessible to the external Python 2 process.
11 """
12
13 __version__ = '0.7.3'

eric ide

mercurial