]> git.saurik.com Git - wxWidgets.git/commit - wxPython/docs/CHANGES.txt
Moved tools to be a Python package in wxPython.tools, added scripts to
authorRobin Dunn <robin@alldunn.com>
Thu, 8 Aug 2002 18:28:21 +0000 (18:28 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 8 Aug 2002 18:28:21 +0000 (18:28 +0000)
commitf6f98ecccd755993c8ba6354281fad271917be25
tree0b8ade6a7d8354e638e45c4746fd15373c2ad601
parentf341e39bdff67c5532e719599a1217ead7c85867
Moved tools to be a Python package in wxPython.tools, added scripts to
import and launch each tool.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
39 files changed:
wxPython/CHANGES.txt
wxPython/MANIFEST.in
wxPython/distrib/make_installer.py
wxPython/scripts/img2png [new file with mode: 0755]
wxPython/scripts/img2py [new file with mode: 0755]
wxPython/scripts/img2xpm [new file with mode: 0755]
wxPython/scripts/xrced [new file with mode: 0755]
wxPython/setup.py
wxPython/tools/XRCed/CHANGES [deleted file]
wxPython/tools/XRCed/README [deleted file]
wxPython/tools/XRCed/TODO [deleted file]
wxPython/tools/XRCed/images.py [deleted file]
wxPython/tools/XRCed/params.py [deleted file]
wxPython/tools/XRCed/xrced.ico [deleted file]
wxPython/tools/XRCed/xrced.py [deleted file]
wxPython/tools/XRCed/xrced.sh [deleted file]
wxPython/tools/XRCed/xrced.xrc [deleted file]
wxPython/tools/XRCed/xxx.py [deleted file]
wxPython/tools/img2img.py [deleted file]
wxPython/tools/img2png.py [deleted file]
wxPython/tools/img2py.py [deleted file]
wxPython/tools/img2xpm.py [deleted file]
wxPython/wxPython/lib/__init__.py
wxPython/wxPython/tools/XRCed/CHANGES [new file with mode: 0644]
wxPython/wxPython/tools/XRCed/README [new file with mode: 0644]
wxPython/wxPython/tools/XRCed/TODO [new file with mode: 0644]
wxPython/wxPython/tools/XRCed/__init__.py [new file with mode: 0644]
wxPython/wxPython/tools/XRCed/images.py [new file with mode: 0644]
wxPython/wxPython/tools/XRCed/params.py [new file with mode: 0644]
wxPython/wxPython/tools/XRCed/xrced.ico [new file with mode: 0644]
wxPython/wxPython/tools/XRCed/xrced.py [new file with mode: 0644]
wxPython/wxPython/tools/XRCed/xrced.sh [new file with mode: 0644]
wxPython/wxPython/tools/XRCed/xrced.xrc [new file with mode: 0644]
wxPython/wxPython/tools/XRCed/xxx.py [new file with mode: 0644]
wxPython/wxPython/tools/__init__.py [new file with mode: 0644]
wxPython/wxPython/tools/img2img.py [new file with mode: 0644]
wxPython/wxPython/tools/img2png.py [new file with mode: 0644]
wxPython/wxPython/tools/img2py.py [new file with mode: 0644]
wxPython/wxPython/tools/img2xpm.py [new file with mode: 0644]