X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d14a1e28567de23c586bc80017073d0c39f8d18f..f78e4942ec0f3f6abd2992502e2d6c5c2e8e55f6:/wxPython/wx/tools/__init__.py?ds=sidebyside diff --git a/wxPython/wx/tools/__init__.py b/wxPython/wx/tools/__init__.py index 54e9b268d8..6c958a6014 100644 --- a/wxPython/wx/tools/__init__.py +++ b/wxPython/wx/tools/__init__.py @@ -1,4 +1,18 @@ -# +""" +Some useful tools and utilities for wxPython. +""" + + +# XRCed is purposfully left out so epydoc won't document it +__all__ = [ + 'dbg', + 'genaxmodule', + 'helpviewer', + 'img2img', + 'img2png', + 'img2py', + 'img2xpm', + ]