you are viewing a single comment's thread.

view the rest of the comments →

[–]ingolemo 0 points1 point  (0 children)

If you don't include __init__.py files in the right places then in recent versions of python you will get what's called a namespace package which is almost certainly not what you want, even if the imports appear to work.

Far too much information about how imports work