Skip to content

Commit

Permalink
try RTD fix: remove QtWidget as superclass
Browse files Browse the repository at this point in the history
  • Loading branch information
jborbely committed Aug 31, 2017
1 parent fcecf4f commit bf2395f
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 @@ -9,7 +9,7 @@
from msl.qt.io import get_icon


class Logger(logging.Handler, QtWidgets.QWidget):
class Logger(logging.Handler):#, QtWidgets.QWidget):

def __init__(self,
level=logging.INFO,
Expand Down

0 comments on commit bf2395f

Please sign in to comment.