]> git.saurik.com Git - wxWidgets.git/commit - wxPython/wx/lib/ogl/__init__.py
Since everything in the submodules is to appear in the pacakge
authorRobin Dunn <robin@alldunn.com>
Fri, 4 Jun 2004 20:12:01 +0000 (20:12 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 4 Jun 2004 20:12:01 +0000 (20:12 +0000)
commitb2f6eb0606be607c176121ad4ae272e3112f44eb
treef3430fa0f53918a22c3ffd92405ba608237d6f5c
parentdcbafcc2df78243a012627b3eb88d5cbde574ae7
Since everything in the submodules is to appear in the pacakge
namespace rename the submodule to have a leading underscore to make it
easier to document it that way.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27634 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
17 files changed:
wxPython/wx/lib/ogl/__init__.py
wxPython/wx/lib/ogl/_basic.py [new file with mode: 0644]
wxPython/wx/lib/ogl/_bmpshape.py [new file with mode: 0644]
wxPython/wx/lib/ogl/_canvas.py [new file with mode: 0644]
wxPython/wx/lib/ogl/_composit.py [new file with mode: 0644]
wxPython/wx/lib/ogl/_diagram.py [new file with mode: 0644]
wxPython/wx/lib/ogl/_divided.py [new file with mode: 0644]
wxPython/wx/lib/ogl/_lines.py [new file with mode: 0644]
wxPython/wx/lib/ogl/_oglmisc.py [new file with mode: 0644]
wxPython/wx/lib/ogl/basic.py [deleted file]
wxPython/wx/lib/ogl/bmpshape.py [deleted file]
wxPython/wx/lib/ogl/canvas.py [deleted file]
wxPython/wx/lib/ogl/composit.py [deleted file]
wxPython/wx/lib/ogl/diagram.py [deleted file]
wxPython/wx/lib/ogl/divided.py [deleted file]
wxPython/wx/lib/ogl/lines.py [deleted file]
wxPython/wx/lib/ogl/oglmisc.py [deleted file]