summaryrefslogtreecommitdiff
path: root/Lib/test/test_posixpath.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
commitf2c6194e10210fce9cab320b7d0e5d3fcc61f340 (patch)
tree16d48da4574357924fa7877278f002feb352e85c /Lib/test/test_posixpath.py
parent9c034cef51db10928b553a8c062d81546572cae2 (diff)
downloadcpython-f2c6194e10210fce9cab320b7d0e5d3fcc61f340.tar.gz
String method conversion.
(This one was trivial -- no actual string. references in it!)
Diffstat (limited to 'Lib/test/test_posixpath.py')
-rw-r--r--Lib/test/test_posixpath.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_posixpath.py b/Lib/test/test_posixpath.py
index 45bcdc1bbc..362483f6db 100644
--- a/Lib/test/test_posixpath.py
+++ b/Lib/test/test_posixpath.py
@@ -1,5 +1,4 @@
import posixpath
-import string
errors = 0