X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1fded56b375bf7a4687af1cdb182899614c1b2a8..ab3db25392f3b3d283d2a8cf8dbd54997850de5d:/wxPython/wx/tools/__init__.py?ds=inline diff --git a/wxPython/wx/tools/__init__.py b/wxPython/wx/tools/__init__.py index 717d76b577..6c958a6014 100644 --- a/wxPython/wx/tools/__init__.py +++ b/wxPython/wx/tools/__init__.py @@ -1 +1,18 @@ -# Python package +""" +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', + ] + + +