[Idle-dev] CVS: idle tabpage.py,1.1,1.2

Stephen M. Gava elguavas@users.sourceforge.net
Tue, 04 Dec 2001 22:39:20 -0800


Update of /cvsroot/idlefork/idle
In directory usw-pr-cvs1:/tmp/cvs-serv3472

Modified Files:
	tabpage.py 
Log Message:
remove cruft from other project


Index: tabpage.py
===================================================================
RCS file: /cvsroot/idlefork/idle/tabpage.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** tabpage.py	2001/12/05 06:32:46	1.1
--- tabpage.py	2001/12/05 06:39:18	1.2
***************
*** 1,29 ****
- ##---------------------------------------------------------------------------##
- ##
- ## pyChing -- a Python program to cast and interpret I Ching hexagrams
- ##
- ## Copyright (C) 1999,2000 Stephen M. Gava
- ##
- ## This program is free software; you can redistribute it and/or modify
- ## it under the terms of the GNU General Public License as published by
- ## the Free Software Foundation; either version 2 of the License, or
- ## (at your option) any later version.
- ##
- ## This program is distributed in the hope that it will be of some
- ## interest to somebody, but WITHOUT ANY WARRANTY; without even the 
- ## implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- ## See the GNU General Public License for more details.
- ##
- ## You should have received a copy of the GNU General Public License
- ## along with this program; see the file COPYING or COPYING.txt. If not, 
- ##  write to the Free Software Foundation, Inc.,
- ## 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- ## The license can also be found at the GNU/FSF website: http://www.gnu.org
- ##
- ## Stephen M. Gava
- ## <elguavas@users.sourceforge.net>
- ## http://pyching.sourgeforge.net
- ##
- ##---------------------------------------------------------------------------##
  """
  a couple of classes for implementing partial tabbed-page like behaviour
--- 1,2 ----
***************
*** 117,121 ****
  
  if __name__ == '__main__':
!     #test the dialog
      root=Tk()
      tabPage=TabPageSet(root,pageNames=['Foobar','Baz'])
--- 90,94 ----
  
  if __name__ == '__main__':
!     #test dialog
      root=Tk()
      tabPage=TabPageSet(root,pageNames=['Foobar','Baz'])