python Programming Glossary: res3
Why python finds module instead of package if they have the same name? http://stackoverflow.com/questions/14183541/why-python-finds-module-instead-of-package-if-they-have-the-same-name  UPDATE 2 Simplified version home dmugtasimov tmp name res3 xyz __init__.py a.py b.py t.py xyz.py Files init .py b.py and.. is modified in a.py sys.path ' home dmugtasimov tmp name res3' ' home dmugtasimov tmp name res3 xyz' ' usr local lib python2.7.. dmugtasimov tmp name res3' ' home dmugtasimov tmp name res3 xyz' ' usr local lib python2.7 dist packages tornado 2.3 py2.7.egg'.. 
 
 
     
      |