Imagine my file <span style="font-weight: bold;">one.py</span> contains the statement<br><span style="font-weight: bold;">import two</span><br>If there's a <span style="font-weight: bold;">two.py</span> in same directory as 
<span style="font-weight: bold;">one.py</span>, then this file will be loaded. However, I want to load a different file named also <span style="font-weight: bold;">two.py</span>, say file <span style="font-weight: bold;">
~username/mypythonlib/two.py<br></span>How can I select between the two <span style="font-weight: bold;">two.py</span> files ?<span style="font-weight: bold;"><br></span><br>-jose