]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/scripts/helpviewer
Merged wxPython 2.4.x to the 2.5 branch (Finally!!!)
[wxWidgets.git] / wxPython / scripts / helpviewer
diff --git a/wxPython/scripts/helpviewer b/wxPython/scripts/helpviewer
new file mode 100755 (executable)
index 0000000..c31cc70
--- /dev/null
@@ -0,0 +1,4 @@
+#!/usr/bin/env python
+
+from wxPython.tools.helpviewer import main
+main()