1
0
Fork 0
forked from github/pelican

Stringify plugin definitions so they can be pickled during caching (#2835)

This commit is contained in:
Frederik Ring 2021-01-04 17:13:32 +01:00 committed by GitHub
commit dc60105926
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 56 additions and 24 deletions

View file

@ -1,7 +1,5 @@
from .submodule import noop # noqa: F401
NAME = 'normal plugin'
def register():
pass

View file

@ -1,5 +1,2 @@
NAME = 'normal subpackage plugin'
def register():
pass

View file

@ -1,5 +1,2 @@
NAME = 'normal submodule plugin'
def register():
pass