X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1fded56b375bf7a4687af1cdb182899614c1b2a8..9f4cc34f375fbff74006f3057e90dd01c426f580:/wxPython/wx/tools/__init__.py 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', + ] + + +