]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/tools/__init__.py
some docstring fixes
[wxWidgets.git] / wxPython / wx / tools / __init__.py
index 717d76b577e6784be997a01abf7f5f6cd7080da4..6c958a601432bee1d3cb4fb4054f15ee1eee3f4a 100644 (file)
@@ -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',
+    ]
+
+
+