mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
logging star import cleanups
This commit is contained in:
parent
18c827653d
commit
0441127c41
2 changed files with 4 additions and 2 deletions
|
|
@ -1,4 +1,6 @@
|
|||
from logging import *
|
||||
from logging import CRITICAL, ERROR, WARN, INFO, DEBUG
|
||||
from logging import critical, error, info, warning, warn, debug
|
||||
from logging import Formatter, getLogger, StreamHandler
|
||||
import sys
|
||||
import os
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ from datetime import datetime
|
|||
from codecs import open as _open
|
||||
from itertools import groupby
|
||||
from operator import attrgetter
|
||||
from pelican.log import *
|
||||
from pelican.log import warning, info
|
||||
|
||||
|
||||
def get_date(string):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue