X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f54a36bba8b0923ddae107ab7affdb3696b4edba..ab3db25392f3b3d283d2a8cf8dbd54997850de5d:/wxPython/wx/tools/dbg.py?ds=sidebyside diff --git a/wxPython/wx/tools/dbg.py b/wxPython/wx/tools/dbg.py index cda8d5fe2f..e58be4cd05 100644 --- a/wxPython/wx/tools/dbg.py +++ b/wxPython/wx/tools/dbg.py @@ -75,7 +75,8 @@ stream changing it will result in no action being taken. You can also call the log function implicitly on the Logger -instance, ie. you can type: +instance, ie. you can type:: + from wxPython.tools.dbg import Logger dbg = Logger() dbg('something to print')