summaryrefslogtreecommitdiff
path: root/tests/test_run_out_of_pty.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_run_out_of_pty.py')
-rwxr-xr-xtests/test_run_out_of_pty.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_run_out_of_pty.py b/tests/test_run_out_of_pty.py
index ac986fa..3090147 100755
--- a/tests/test_run_out_of_pty.py
+++ b/tests/test_run_out_of_pty.py
@@ -20,7 +20,7 @@ PEXPECT LICENSE
'''
import pexpect
import unittest
-import PexpectTestCase
+from . import PexpectTestCase
class ExpectTestCase(PexpectTestCase.PexpectTestCase):
# This takes too long to run and isn't all that interesting of a test.