diff --git a/amarillo/__init__.py b/amarillo/__init__.py new file mode 100644 index 0000000..0260537 --- /dev/null +++ b/amarillo/__init__.py @@ -0,0 +1 @@ +__path__ = __import__('pkgutil').extend_path(__path__, __name__) \ No newline at end of file diff --git a/amarillo/plugins/__init__.py b/amarillo/plugins/__init__.py index e69de29..0260537 100644 --- a/amarillo/plugins/__init__.py +++ b/amarillo/plugins/__init__.py @@ -0,0 +1 @@ +__path__ = __import__('pkgutil').extend_path(__path__, __name__) \ No newline at end of file