comparison: UtilitiesPython2/pyflakes/__init__.py
UtilitiesPython2/pyflakes/__init__.py
- changeset 3246
- 4cd58a0d6c28
- parent 3212
- 27a73942b8c8
equal
deleted
inserted
replaced
|
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' |