forked from github/pelican
resolve packages for legacy plugins
Updated legacy plugin loader to handle pakcages if the PLUGINS entry contains `.`. Also adds a test for it.
This commit is contained in:
parent
7a6686f467
commit
991c00af95
6 changed files with 30 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
NAME = 'normal subpackage plugin'
|
||||
|
||||
|
||||
def register():
|
||||
pass
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
NAME = 'normal submodule plugin'
|
||||
|
||||
|
||||
def register():
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue