From a7039db994cd602ed23ae8b098871cf12f966fe9 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Thu, 21 Feb 2013 15:24:36 -0800 Subject: fix python 2.5 regression in tool and test_tool --- simplejson/tool.py | 1 + 1 file changed, 1 insertion(+) (limited to 'simplejson/tool.py') diff --git a/simplejson/tool.py b/simplejson/tool.py index 35627db..062e8e2 100644 --- a/simplejson/tool.py +++ b/simplejson/tool.py @@ -10,6 +10,7 @@ Usage:: Expecting property name: line 1 column 2 (char 2) """ +from __future__ import with_statement import sys import simplejson as json -- cgit v1.2.1