add plugin sample

This commit is contained in:
Nicolas Duhamel 2011-04-26 12:26:56 +02:00
commit 4fb5d2b31e

View file

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