add get_writer signal and unify with get_generators

Fix outdated docs of get_generators to unify.
This commit is contained in:
Ondrej Grover 2014-04-27 14:25:08 +02:00
commit 5a3daae72f
3 changed files with 21 additions and 5 deletions

View file

@ -6,6 +6,7 @@ from blinker import signal
initialized = signal('pelican_initialized')
get_generators = signal('get_generators')
get_writer = signal('get_writer')
finalized = signal('pelican_finalized')
# Reader-level signals