forked from github/pelican
Remove the dependency to pkgutil for the plugins
This commit is contained in:
parent
7184484488
commit
c5a63c953a
9 changed files with 84 additions and 89 deletions
|
|
@ -1,7 +0,0 @@
|
|||
from blinker import signal
|
||||
|
||||
|
||||
def test(sender):
|
||||
print "%s initialized !!" % sender
|
||||
|
||||
signal('pelican_initialized').connect(test)
|
||||
Loading…
Add table
Add a link
Reference in a new issue