1
0
Fork 0
forked from github/pelican
This commit is contained in:
Alexis Metaireau 2011-05-07 19:12:30 +01:00
commit b7daed2ce3
4 changed files with 21 additions and 11 deletions

View file

@ -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