logging star import cleanups

This commit is contained in:
Ronny Pfannschmidt 2011-05-06 19:23:37 +02:00
commit 0441127c41
2 changed files with 4 additions and 2 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