]> granicus.if.org Git - python/commit
Make sure mimetypes is reinitialized before running the tests.
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 18 Jul 2003 15:13:37 +0000 (15:13 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 18 Jul 2003 15:13:37 +0000 (15:13 +0000)
commit969a7003f908b167278dd5856e8af8799ccda8ee
tree3995f03dc823bbdf737f695d77e2e573d6154de6
parent096d986f3b2be9c1ea61efbf66cf85492bfcd6a8
Make sure mimetypes is reinitialized before running the tests.

If some other test comes along and uses mimetypes, it will be
initialized from the system files.
Lib/test/test_mimetypes.py