Delete signals.py

This commit is contained in:
sgithuber 2021-06-15 19:33:32 +09:00 committed by GitHub
commit 684c9481b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +0,0 @@
raise ImportError(
'Importing from `pelican.signals` is deprecated. '
'Use `from pelican import signals` or `import pelican.plugins.signals` instead.'
)