mirror of
https://github.com/getpelican/pelican.git
synced 2026-06-04 16:26:54 +02:00
Update test_settings.py
This commit is contained in:
parent
59ba1aaaed
commit
1a52b857ba
1 changed files with 1 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ import logging
|
|||
import os
|
||||
from os.path import abspath, dirname, join
|
||||
|
||||
from pelican import log
|
||||
from pelican.settings import (
|
||||
DEFAULT_CONFIG,
|
||||
DEFAULT_THEME,
|
||||
|
|
@ -12,7 +13,6 @@ from pelican.settings import (
|
|||
handle_deprecated_settings,
|
||||
read_settings,
|
||||
)
|
||||
from pelican import log
|
||||
from pelican.tests.support import LogCountHandler, unittest
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue