1
0
Fork 0
forked from github/pelican

Remove the dependency to pkgutil for the plugins

This commit is contained in:
Alexis Metaireau 2011-06-17 23:37:08 +02:00
commit c5a63c953a
9 changed files with 84 additions and 89 deletions

View file

@ -1,7 +0,0 @@
from blinker import signal
def test(sender):
print "%s initialized !!" % sender
signal('pelican_initialized').connect(test)