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
|
|
@ -10,8 +10,8 @@ from sys import platform
|
|||
from jinja2.utils import generate_lorem_ipsum
|
||||
|
||||
from pelican.contents import Article, Author, Category, Page, Static
|
||||
from pelican.plugins.signals import content_object_init
|
||||
from pelican.settings import DEFAULT_CONFIG
|
||||
from pelican.signals import content_object_init
|
||||
from pelican.tests.support import (LoggedTestCase, get_context, get_settings,
|
||||
unittest)
|
||||
from pelican.utils import (path_to_url, posixize_path, truncate_html_words)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue