diff options
| author | jquast <contact@jeffquast.com> | 2013-09-22 16:30:28 -0700 |
|---|---|---|
| committer | jquast <contact@jeffquast.com> | 2013-09-22 16:30:28 -0700 |
| commit | 36d6f3b8026eccfce8ae541a659b44dcfa553c87 (patch) | |
| tree | 532a899cd323f6d4cad796552f4e3dd53591911b /tests/test_timeout_pattern.py | |
| parent | 4decac0a645f55160d3faeac83d480c405eda67c (diff) | |
| download | pexpect-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_timeout_pattern.py')
| -rwxr-xr-x | tests/test_timeout_pattern.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_timeout_pattern.py b/tests/test_timeout_pattern.py index 0264b41..dbeefcf 100755 --- a/tests/test_timeout_pattern.py +++ b/tests/test_timeout_pattern.py @@ -18,6 +18,7 @@ PEXPECT LICENSE OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ''' +from __future__ import with_statement # bring 'with' stmt to py25 import pexpect import unittest import PexpectTestCase |
