summaryrefslogtreecommitdiff
path: root/tests/test_misc.py
diff options
context:
space:
mode:
authorjquast <contact@jeffquast.com>2013-09-23 08:09:12 -0700
committerjquast <contact@jeffquast.com>2013-09-23 08:09:12 -0700
commitcc46beeffa5ae365ff8633857cffd93f9acf1f4e (patch)
tree1c2972ad7ce87af3b77ed38fbd33d29c477a3057 /tests/test_misc.py
parent39b1bb8fbdf4a5133e99b9a63688ddb42bcb6259 (diff)
downloadpexpect-cc46beeffa5ae365ff8633857cffd93f9acf1f4e.tar.gz
add missing import (time)
Diffstat (limited to 'tests/test_misc.py')
-rwxr-xr-xtests/test_misc.py1
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