1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/signals.py
2011-06-18 01:03:53 +02:00

4 lines
134 B
Python

from blinker import signal
initialized = signal('pelican_initialized')
article_generate_context = signal('article_generate_context')