I am aware that import_patched is for custom libraries, my question however is can I import a library that is not included in sys.modules? For instance I have a suds library that I have modified and I do not want to modify the installed sys.module suds. When I do import_patched it is still importing the sys.module and not the modified version. Any help or ideas?

link|improve this question

50% accept rate
Is your suds library in your sys.path before the one in your site-packages? – sberry Sep 15 '11 at 19:59
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.