Fix crash with no plugins installed
This commit is contained in:
parent
19e8b54a32
commit
3f47211f03
1
amarillo/plugins/__init__.py
Normal file
1
amarillo/plugins/__init__.py
Normal file
|
|
@ -0,0 +1 @@
|
|||
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
|
||||
Loading…
Reference in a new issue