From e286f472b44edc930e4d02c30d0a2113942019f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 17 Jan 2017 16:07:30 +0100 Subject: [PATCH] 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. --- bam/blend/__init__.py | 0 bam/utils/__init__.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 bam/blend/__init__.py create mode 100644 bam/utils/__init__.py diff --git a/bam/blend/__init__.py b/bam/blend/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/bam/utils/__init__.py b/bam/utils/__init__.py new file mode 100644 index 0000000..e69de29