summaryrefslogtreecommitdiff
path: root/testutils.py
diff options
context:
space:
mode:
authorRicardo Gemignani <ricardo.gemignani@gmail.com>2014-03-06 03:08:25 -0300
committerRicardo Gemignani <ricardo.gemignani@gmail.com>2014-03-06 03:08:25 -0300
commit9383d144f87247dcdb6419ff2c1b70977d0ed656 (patch)
treec462522389ba0fa87426ef43613a7319ca0240d2 /testutils.py
parent13ee941dadcaadbbdbeac8f4db2df9e3f7c88ef1 (diff)
downloadpylint-git-9383d144f87247dcdb6419ff2c1b70977d0ed656.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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/testutils.py b/testutils.py
index 16c8845bf..17af70714 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