summaryrefslogtreecommitdiff
path: root/tests/test_filedescriptor.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_filedescriptor.py')
-rwxr-xr-xtests/test_filedescriptor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_filedescriptor.py b/tests/test_filedescriptor.py
index 5ae90c7..ac391b5 100755
--- a/tests/test_filedescriptor.py
+++ b/tests/test_filedescriptor.py
@@ -21,7 +21,7 @@ PEXPECT LICENSE
import pexpect
from pexpect import fdpexpect
import unittest
-import PexpectTestCase
+from . import PexpectTestCase
import os
class ExpectTestCase(PexpectTestCase.PexpectTestCase):