Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d2ebe87

Browse files
committed
Changed name of codec to full path name. This allows importing
the test_charmapcodec test via the test package.
1 parent 31c6943 commit d2ebe87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_charmapcodec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def check(a, b):
1616
print '%s == %s: OK' % (repr(a), repr(b))
1717

1818
# test codec's full path name (see test/testcodec.py)
19-
codecname = 'testcodec'
19+
codecname = 'test.testcodec'
2020

2121
check(unicode('abc', codecname), u'abc')
2222
check(unicode('xdef', codecname), u'abcdef')

0 commit comments

Comments
 (0)