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_unicode.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_unicode.py')
| -rw-r--r-- | tests/test_unicode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_unicode.py b/tests/test_unicode.py index 5b61754..c32202c 100644 --- a/tests/test_unicode.py +++ b/tests/test_unicode.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from __future__ import print_function, unicode_literals +from __future__ import print_function, unicode_literals, with_statement import tempfile |
