Vinay Sajip <[email protected]> added the comment:

I think that the line just before the __import__ call:

sys.path.append(path)

should say

sys.path.append(unc)

With this change, test_import passes for me (on the pythonv branch).

----------
nosy: +vinay.sajip

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue14637>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to