Show More
@@ -54,7 +54,7 b' def test_find_source_lines():' | |||
|
54 | 54 | # A couple of utilities to ensure these tests work the same from a source or a |
|
55 | 55 | # binary install |
|
56 | 56 | def pyfile(fname): |
|
57 | return re.sub('.py[co]$', '.py', fname) | |
|
57 | return os.path.normcase(re.sub('.py[co]$', '.py', fname)) | |
|
58 | 58 | |
|
59 | 59 | |
|
60 | 60 | def match_pyfiles(f1, f2): |
General Comments 0
You need to be logged in to leave comments.
Login now