diff options
author | Ricardo Gemignani <ricardo.gemignani@gmail.com> | 2014-03-06 03:08:25 -0300 |
---|---|---|
committer | Ricardo Gemignani <ricardo.gemignani@gmail.com> | 2014-03-06 03:08:25 -0300 |
commit | 554f49e7d75d1cbbee7567c577744222295eadd4 (patch) | |
tree | a2369910dd3141431fefd3b05ad2138ebfa6e789 /testutils.py | |
parent | 8240a55ab1ccab81925197e0a196fcfd6eac5e2b (diff) | |
download | pylint-554f49e7d75d1cbbee7567c577744222295eadd4.tar.gz |
except as replaced by commas, one with_statement future import added and StringFormat used to replace string.format when python < 2.6
Diffstat (limited to 'testutils.py')
-rw-r--r-- | testutils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testutils.py b/testutils.py index 16c8845..17af707 100644 --- a/testutils.py +++ b/testutils.py @@ -14,6 +14,7 @@ # this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """functional/non regression tests for pylint""" +from __future__ import with_statement import collections import contextlib |