summaryrefslogtreecommitdiff
path: root/tests/test_command_list_split.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_command_list_split.py')
-rwxr-xr-xtests/test_command_list_split.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_command_list_split.py b/tests/test_command_list_split.py
index 2213b45..370f46e 100755
--- a/tests/test_command_list_split.py
+++ b/tests/test_command_list_split.py
@@ -20,7 +20,8 @@ PEXPECT LICENSE
'''
import pexpect
import unittest
-import PexpectTestCase
+from . import PexpectTestCase
+
class SplitCommandLineTestCase(PexpectTestCase.PexpectTestCase):
def testSplitSizes(self):
assert len(pexpect.split_command_line(r'')) == 0