]> granicus.if.org Git - python/commit
Fix the test to use an os.sep agnostic test. Hopefully this will fix the
authorBarry Warsaw <barry@python.org>
Tue, 2 Dec 2014 16:30:43 +0000 (11:30 -0500)
committerBarry Warsaw <barry@python.org>
Tue, 2 Dec 2014 16:30:43 +0000 (11:30 -0500)
commiteb2763dd436f0ca1ea8033a56503f6ba6ee8e779
tree288e12d1d9b4fd1e8a6dc68394263f844b9452d4
parent83cf99d733acb49c70dd9548eeccfc724e707531
Fix the test to use an os.sep agnostic test.  Hopefully this will fix the
Windows buildbots.  Found by Jeremy Kloth.
Lib/test/test_py_compile.py