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,7 +10,7 @@ from urllib.parse import urljoin, urlparse, urlunparse
|
|||
|
||||
import pytz
|
||||
|
||||
from pelican import signals
|
||||
from pelican.plugins import signals
|
||||
from pelican.settings import DEFAULT_CONFIG
|
||||
from pelican.utils import (deprecated_attribute, memoized, path_to_url,
|
||||
posixize_path, sanitised_join, set_date_tzinfo,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue