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?
|
feedback
|
sys.pathbefore the one in your site-packages? – sberry Sep 15 '11 at 19:59