1
0
Fork 0
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:
Deniz Turgut 2020-10-12 14:50:42 +03:00
commit 991c00af95
No known key found for this signature in database
GPG key ID: 87B7168D7AB3ED2F
6 changed files with 30 additions and 0 deletions

View file

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

View file

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