summaryrefslogtreecommitdiff
path: root/simplejson
diff options
context:
space:
mode:
Diffstat (limited to 'simplejson')
-rw-r--r--simplejson/tests/test_speedups.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/simplejson/tests/test_speedups.py b/simplejson/tests/test_speedups.py
index 25e76dc..f8b77d9 100644
--- a/simplejson/tests/test_speedups.py
+++ b/simplejson/tests/test_speedups.py
@@ -1,3 +1,5 @@
+from __future__ import with_statement
+
import sys
import unittest
from unittest import TestCase