This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vinay.sajip
Recipients brett.cannon, vinay.sajip
Date 2012-04-21.22:48:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335048481.99.0.362210088841.issue14637@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2012-04-21 22:48:03vinay.sajipsetrecipients: + vinay.sajip, brett.cannon
2012-04-21 22:48:01vinay.sajipsetmessageid: <1335048481.99.0.362210088841.issue14637@psf.upfronthosting.co.za>
2012-04-21 22:48:01vinay.sajiplinkissue14637 messages
2012-04-21 22:48:01vinay.sajipcreate