forked from github/pelican
Merge branch 'hacks' of https://github.com/RonnyPfannschmidt/pelican
This commit is contained in:
commit
b7daed2ce3
4 changed files with 21 additions and 11 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue