]> granicus.if.org Git - python/commit
Issue #14637: Fix the UNC import test under Windows to actually use
authorBrett Cannon <brett@python.org>
Sat, 21 Apr 2012 23:11:58 +0000 (19:11 -0400)
committerBrett Cannon <brett@python.org>
Sat, 21 Apr 2012 23:11:58 +0000 (19:11 -0400)
commitb8c0206bd4b113ea774554a608057f4ad6ebfabc
tree07d6e8fed46c973115d3ab95a8a6f3846711c63f
parent2f92389d5c477cb15a0b70e22f11e835eb077224
Issue #14637: Fix the UNC import test under Windows to actually use
the UNC path. Also clean up sys.path and invalidate finder caches.

Thanks to Vinay Sajip for spotting the use of the wrong path.
Lib/test/test_import.py