diff options
| author | jquast <contact@jeffquast.com> | 2014-06-08 01:19:24 -0700 |
|---|---|---|
| committer | Thomas Kluyver <takowl@gmail.com> | 2014-06-15 18:43:30 -0700 |
| commit | 0fe779fbb0db8f3ea4cb8198db526378902121c4 (patch) | |
| tree | 484283753d0dbeed34a6779aba544c85fc2f6221 /tests/test_unicode.py | |
| parent | 8f48ac8d97ffd520074f02af4ef5ef7b8aadf862 (diff) | |
| download | pexpect-0fe779fbb0db8f3ea4cb8198db526378902121c4.tar.gz | |
Missing time import -- there is no 'waitecho' function
although I am against most time.sleep()s and trying my best
to remove them where possible, there is no opposing
waitnoecho() function (perhaps we should supply one?).
Diffstat (limited to 'tests/test_unicode.py')
| -rw-r--r-- | tests/test_unicode.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_unicode.py b/tests/test_unicode.py index 85a2100..f342bf9 100644 --- a/tests/test_unicode.py +++ b/tests/test_unicode.py @@ -4,6 +4,7 @@ from __future__ import unicode_literals import platform import tempfile import sys +import time import pexpect import unittest |
