forked from github/pelican
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.'
|
||
|
|
)
|