Skip to content

Commit

Permalink
try RTD fix: change class to logging.Filterer
Browse files Browse the repository at this point in the history
  • Loading branch information
jborbely committed Aug 31, 2017
1 parent 18a99c3 commit 71e6f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msl/qt/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
if on_rtd:
import logging
class MockQtWidget(object):
QWidget = logging.Handler
QWidget = logging.Filterer
QtWidgets = MockQtWidget

from msl.qt import prompt
Expand Down

0 comments on commit 71e6f21

Please sign in to comment.