1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/signals.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
161 B
Python
Raw Normal View History

raise ImportError(
"Importing from `pelican.signals` is deprecated. "
"Use `from pelican import signals` or `import pelican.plugins.signals` instead."
)