]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/tools/__init__.py
non-pch build fix
[wxWidgets.git] / wxPython / wx / tools / __init__.py
index 54e9b268d85896d7c2a293457a98e6eaf36051df..6c958a601432bee1d3cb4fb4054f15ee1eee3f4a 100644 (file)
@@ -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',
+    ]