summaryrefslogtreecommitdiff
path: root/tests/test_filedescriptor.py
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2013-09-18 11:43:26 -0700
committerThomas Kluyver <takowl@gmail.com>2013-09-18 11:43:26 -0700
commit86efcc0ceb229e8cf09c0b61b977429d5f301d09 (patch)
treeeffba1eaa728c0f20413abb35402d964b2562970 /tests/test_filedescriptor.py
parent18ee3507e8a8f054b64cfe2bc433bb4b58b10b3e (diff)
downloadpexpect-86efcc0ceb229e8cf09c0b61b977429d5f301d09.tar.gz
More fixes to tests
Diffstat (limited to 'tests/test_filedescriptor.py')
-rwxr-xr-xtests/test_filedescriptor.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_filedescriptor.py b/tests/test_filedescriptor.py
index 9eb553b..3587a07 100755
--- a/tests/test_filedescriptor.py
+++ b/tests/test_filedescriptor.py
@@ -21,12 +21,11 @@ PEXPECT LICENSE
import fdpexpect, pexpect
import unittest
import PexpectTestCase
-import sys
import os
class ExpectTestCase(PexpectTestCase.PexpectTestCase):
def setUp(self):
- print self.id()
+ print(self.id())
PexpectTestCase.PexpectTestCase.setUp(self)
def test_fd (self):