mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
4 lines
161 B
Python
4 lines
161 B
Python
raise ImportError(
|
|
'Importing from `pelican.signals` is deprecated. '
|
|
'Use `from pelican import signals` or `import pelican.plugins.signals` instead.'
|
|
)
|