From d2ebe8775e03c90539bc820c275d18a413c36a18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lemburg?= Date: Wed, 17 Jan 2001 15:07:00 +0000 Subject: Changed name of codec to full path name. This allows importing the test_charmapcodec test via the test package. --- Lib/test/test_charmapcodec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_charmapcodec.py b/Lib/test/test_charmapcodec.py index ca33cdb..ca7b331 100644 --- a/Lib/test/test_charmapcodec.py +++ b/Lib/test/test_charmapcodec.py @@ -16,7 +16,7 @@ def check(a, b): print '%s == %s: OK' % (repr(a), repr(b)) # test codec's full path name (see test/testcodec.py) -codecname = 'testcodec' +codecname = 'test.testcodec' check(unicode('abc', codecname), u'abc') check(unicode('xdef', codecname), u'abcdef') -- cgit v0.12