Made bam.utils and bam.blend proper packages.

Without __init__.py those are namespaces, not packages, which can be merged
with the same namespaces that are defined on different places in sys.path.
This is flexibility we don't need.
This commit is contained in:
2017-01-17 16:07:30 +01:00
parent abb22c0940
commit e286f472b4
2 changed files with 0 additions and 0 deletions

0
bam/blend/__init__.py Normal file
View File

0
bam/utils/__init__.py Normal file
View File