mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
remove pelican.signals in favor of pelican.plugins.signals
This commit is contained in:
parent
a2053c34c3
commit
58edad6897
7 changed files with 9 additions and 13 deletions
|
|
@ -16,9 +16,9 @@ from docutils.parsers.rst.languages import get_language as get_docutils_lang
|
|||
from docutils.writers.html4css1 import HTMLTranslator, Writer
|
||||
|
||||
from pelican import rstdirectives # NOQA
|
||||
from pelican import signals
|
||||
from pelican.cache import FileStampDataCacher
|
||||
from pelican.contents import Author, Category, Page, Tag
|
||||
from pelican.plugins import signals
|
||||
from pelican.utils import get_date, pelican_open, posixize_path
|
||||
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue