Skip to content

Commit

Permalink
try RTD fix: print dir(QtWidgets)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborbely committed Aug 31, 2017
1 parent 2944e0d commit 77100e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions msl/qt/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
from msl.qt import prompt
from msl.qt.io import get_icon

import inspect
print(inspect.getmro(QtWidgets.QWidget))
import pprint
pprint.pprint(dir(QtWidgets))

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

Expand Down

0 comments on commit 77100e2

Please sign in to comment.