diff options
| author | jquast <contact@jeffquast.com> | 2013-09-23 08:09:12 -0700 |
|---|---|---|
| committer | jquast <contact@jeffquast.com> | 2013-09-23 08:09:12 -0700 |
| commit | cc46beeffa5ae365ff8633857cffd93f9acf1f4e (patch) | |
| tree | 1c2972ad7ce87af3b77ed38fbd33d29c477a3057 /tests/test_misc.py | |
| parent | 39b1bb8fbdf4a5133e99b9a63688ddb42bcb6259 (diff) | |
| download | pexpect-cc46beeffa5ae365ff8633857cffd93f9acf1f4e.tar.gz | |
add missing import (time)
Diffstat (limited to 'tests/test_misc.py')
| -rwxr-xr-x | tests/test_misc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_misc.py b/tests/test_misc.py index 00c96fa..0b50c1a 100755 --- a/tests/test_misc.py +++ b/tests/test_misc.py @@ -24,6 +24,7 @@ import unittest import PexpectTestCase import os import re +import time from pexpect import six # the program cat(1) may display ^D\x08\x08 when \x04 (EOF, Ctrl-D) is sent |
