]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/tools/__init__.py
move wxPython to new trunk
[wxWidgets.git] / wxPython / wx / tools / __init__.py
diff --git a/wxPython/wx/tools/__init__.py b/wxPython/wx/tools/__init__.py
deleted file mode 100644 (file)
index 6c958a6..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-"""
-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',
-    ]
-
-
-