summaryrefslogtreecommitdiff
path: root/tests/test_expect.py
diff options
context:
space:
mode:
authorjquast <contact@jeffquast.com>2014-06-01 17:56:30 -0700
committerjquast <contact@jeffquast.com>2014-06-01 17:56:30 -0700
commit8cfc5188e0a9cff7a584c83e7ee16ef7023b3cd5 (patch)
tree0b9fc2a5fd2ee51783c9795cfa4b36e9f51a91ab /tests/test_expect.py
parent8807914872e9694f62656505f83997f46e63ffaa (diff)
downloadpexpect-git-8cfc5188e0a9cff7a584c83e7ee16ef7023b3cd5.tar.gz
remove all unnecessary imports
Diffstat (limited to 'tests/test_expect.py')
-rwxr-xr-xtests/test_expect.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_expect.py b/tests/test_expect.py
index d5d0c9c..6c4fa10 100755
--- a/tests/test_expect.py
+++ b/tests/test_expect.py
@@ -24,9 +24,7 @@ import unittest
import subprocess
import time
import PexpectTestCase
-import sys
import signal
-#import pdb
# Many of these test cases blindly assume that sequential directory
# listings of the /bin directory will yield the same results.
@@ -274,7 +272,6 @@ class ExpectTestCase (PexpectTestCase.PexpectTestCase):
'''This tests that mixed list of regex strings, TIMEOUT, and EOF all
return the correct index when matched.
'''
- #pdb.set_trace()
p = pexpect.spawn('cat')
self._expect_index(p)