forked from github/pelican
Stringify plugin definitions so they can be pickled during caching (#2835)
This commit is contained in:
parent
8033162ba4
commit
dc60105926
7 changed files with 56 additions and 24 deletions
|
|
@ -1,7 +1,5 @@
|
|||
from .submodule import noop # noqa: F401
|
||||
|
||||
NAME = 'normal plugin'
|
||||
|
||||
|
||||
def register():
|
||||
pass
|
||||
|
|
|
|||
|
|
@ -1,5 +1,2 @@
|
|||
NAME = 'normal subpackage plugin'
|
||||
|
||||
|
||||
def register():
|
||||
pass
|
||||
|
|
|
|||
|
|
@ -1,5 +1,2 @@
|
|||
NAME = 'normal submodule plugin'
|
||||
|
||||
|
||||
def register():
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue