mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
restore pelican.signals with an explicit ImportError mentioning move
This commit is contained in:
parent
991c00af95
commit
6da975fc73
1 changed files with 4 additions and 0 deletions
4
pelican/signals.py
Normal file
4
pelican/signals.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
raise ImportError(
|
||||
'Importing from `pelican.signals` is deprecated. '
|
||||
'Use `from pelican import signals` or `import pelican.plugins.signals` instead.'
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue