Skip to content

Commit

Permalink
Merge pull request #67 from wong2/patch-1
Browse files Browse the repository at this point in the history
Fix missing logging import
  • Loading branch information
paradoxxxzero committed May 10, 2016
2 parents 056dda2 + 6283430 commit 1225ae0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/wdb/_compat.py
Expand Up @@ -200,6 +200,7 @@ def import_module(module):
try:
from log_colorizer import get_color_logger
except ImportError:
import logging
logger = logging.getLogger
else:
logger = get_color_logger

0 comments on commit 1225ae0

Please sign in to comment.