Fix legacy plugin loading

This commit is contained in:
Deniz Turgut 2020-04-17 20:08:41 +03:00
commit 46e1ec4f99
3 changed files with 21 additions and 1 deletions

View file

@ -1,3 +1,5 @@
from .submodule import noop # noqa: F401
NAME = 'normal plugin'

View file

@ -0,0 +1,2 @@
def noop():
pass