summaryrefslogtreecommitdiff
path: root/tests/test_performance.py
diff options
context:
space:
mode:
authorjquast <contact@jeffquast.com>2013-09-22 16:30:28 -0700
committerjquast <contact@jeffquast.com>2013-09-22 16:30:28 -0700
commit36d6f3b8026eccfce8ae541a659b44dcfa553c87 (patch)
tree532a899cd323f6d4cad796552f4e3dd53591911b /tests/test_performance.py
parent4decac0a645f55160d3faeac83d480c405eda67c (diff)
downloadpexpect-git-36d6f3b8026eccfce8ae541a659b44dcfa553c87.tar.gz
more py25 compatibility
not even sure if pexpect can get as far back as python2.5, but its worth a shot.
Diffstat (limited to 'tests/test_performance.py')
-rwxr-xr-xtests/test_performance.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_performance.py b/tests/test_performance.py
index 4f6463e..d2bfe5f 100755
--- a/tests/test_performance.py
+++ b/tests/test_performance.py
@@ -18,7 +18,7 @@ PEXPECT LICENSE
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
'''
-from __future__ import print_function
+from __future__ import print_function, with_statement
import unittest, time, sys
import pexpect