| python Programming Glossary: dmugtasimovWhy 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  have the same name  Here is my directory structure home dmugtasimov tmp name res root tests __init__.py test_1.py __init__.py classes.py.. output python m unittest tests.test_1 sys.path ' home dmugtasimov tmp name res' '' ' usr local lib python2.7 dist packages tornado.. sso client' BEFORE import root.extra sys.path ' home dmugtasimov tmp name res' '' ' usr local lib python2.7 dist packages tornado.. 
 |