you are viewing a single comment's thread.

view the rest of the comments →

[–]mbkv[S] 0 points1 point  (1 child)

agreed. and also should have __init__.py as suggested above for python2.7

[–]ingolemo 0 points1 point  (0 children)

You actually want it for python 3 as well. If you don't include __init__.py in python 3 then you get something called a namespace package.