projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix assertions on invalid items
[wxWidgets.git]
/
wxPython
/
wx
/
tools
/
__init__.py
diff --git
a/wxPython/wx/tools/__init__.py
b/wxPython/wx/tools/__init__.py
index 54e9b268d85896d7c2a293457a98e6eaf36051df..6c958a601432bee1d3cb4fb4054f15ee1eee3f4a 100644
(file)
--- 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',
+ ]