summaryrefslogtreecommitdiff
path: root/Lib/test/test_pty.py
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-02-09 12:00:47 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-02-09 12:00:47 +0000
commit2846b0ab417dbfc76d2f9b52b5613ad4fe8feb63 (patch)
treea071e2b44ad3082187a3c76dcfc04882a544d813 /Lib/test/test_pty.py
parentfc170b1fd5db978f4e8d4c23c138a7b59df681ec (diff)
downloadcpython-git-2846b0ab417dbfc76d2f9b52b5613ad4fe8feb63.tar.gz
String method conversion.
(This one was trivial -- no actual string. references in it!)
Diffstat (limited to 'Lib/test/test_pty.py')
-rw-r--r--Lib/test/test_pty.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_pty.py b/Lib/test/test_pty.py
index 5ea7e6f7d0..2a2d81811e 100644
--- a/Lib/test/test_pty.py
+++ b/Lib/test/test_pty.py
@@ -1,4 +1,4 @@
-import pty, os, sys, string
+import pty, os, sys
from test_support import verbose, TestFailed, TestSkipped
TEST_STRING_1 = "I wish to buy a fish license."