mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix legacy plugin loading
This commit is contained in:
parent
f610801ee8
commit
46e1ec4f99
3 changed files with 21 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
from .submodule import noop # noqa: F401
|
||||
|
||||
NAME = 'normal plugin'
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
def noop():
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue