~ubuntu-dev/wxwidgets2.6/upstream-debian

« back to all changes in this revision

Viewing changes to wxPython/wxPython/lib/grids.py

  • Committer: Daniel T Chen
  • Date: 2006-06-26 10:15:11 UTC
  • Revision ID: crimsun@ubuntu.com-20060626101511-a4436cec4c6d9b35
ImportĀ DebianĀ 2.6.3.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## This file imports items from the wx package into the wxPython package for
 
2
## backwards compatibility.  Some names will also have a 'wx' added on if
 
3
## that is how they used to be named in the old wxPython package.
 
4
 
 
5
import wx.lib.grids
 
6
 
 
7
__doc__ =  wx.lib.grids.__doc__
 
8
 
 
9
wxFlexGridSizer = wx.lib.grids.PyFlexGridSizer
 
10
wxGridSizer = wx.lib.grids.PyGridSizer