Shut up pyflakes.

This commit is contained in:
Vincent Driessen 2011-11-16 12:46:25 +01:00
parent b5ea5f32fe
commit 56c4445bb2
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ import procname
from pickle import dumps
try:
from logbook import Logger
Logger = Logger # Does nothing except it shuts up pyflakes annoying error
except ImportError:
from logging import Logger
from .queue import Queue