CVS: /nondist/admin clear_status.py,1.3,1.4 status.txt,1.48,1.49

Magnus Lie Hetland <[email protected]> Fri, 20 Sep 2002 08:18:06 -0700
Newsgroups gmane.comp.python.anygui.cvs
Message-ID <[email protected]>
Update of /cvsroot/anygui//nondist/admin
In directory usw-pr-cvs1:/tmp/cvs-serv13775

Modified Files:
	clear_status.py status.txt 
Log Message:
Status reset for release 0.2a0

Index: clear_status.py
===================================================================
RCS file: /cvsroot/anygui//nondist/admin/clear_status.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** clear_status.py	14 Dec 2001 20:12:07 -0000	1.3
--- clear_status.py	20 Sep 2002 15:18:04 -0000	1.4
***************
*** 6,15 ****
  from glob import glob
  
! exclude = 'canvas curses'.split()
  
  reply = raw_input('Replace old status.txt? [yes/no] ')
  if reply != 'yes': sys.exit(0)
  
! home='/home/idi/f/mlh/anygui/'
  
  template = '''
--- 6,24 ----
  from glob import glob
  
! exclude = '''
! canvas
! curses
! menu
! modv1
! modv2
! modv3
! rules
! tags
! '''.split()
  
  reply = raw_input('Replace old status.txt? [yes/no] ')
  if reply != 'yes': sys.exit(0)
  
! home='/home/a/15/mlh/anygui/'
  
  template = '''

Index: status.txt
===================================================================
RCS file: /cvsroot/anygui//nondist/admin/status.txt,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -r1.48 -r1.49
*** status.txt	5 Feb 2002 13:30:50 -0000	1.48
--- status.txt	20 Sep 2002 15:18:04 -0000	1.49
***************
*** 1,18 ****
  
  ------------------------------
! Test status (reset 2001-12-14)
  ------------------------------
  
              01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22
  -----------------------------------------------------------------------------
! beosgui      +  +  +  +  +  +  +  +  +  +  -  -  -  +  !  !  +  +  -  +  -  +
! gtkgui       +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +
! javagui      +  +  +  +  !  +  +  +  +  +  +  +  +  +  +  +  !  +  +  +  +  +
! mswgui       +  +  +  +  +  +  +  +  +  +  +  +  +  +  !  +  +  +  +  +  +  +
! tkgui        +  +  +  +  +  +  +  +  +  +  +  +  +  +  !  +  +  +  +  +  +  +
! wxgui        +  +  +  +  +  +  +  +  +  +  +  +  +  +  !  +  +  +  +  +  +  +
! cursesgui    +  +  +  +  +  +  +  +  +  +  +  +  +  +  !  +  +  +  +  +  +  +
! qtgui        +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +
! textgui      +  +  +  +  +  +  +  +  +  +  +  +  +  +  !  +  +  +  +  +  +  +
  
  * Legend:
--- 1,20 ----
  
  ------------------------------
! Test status (reset 2002-09-20)
  ------------------------------
  
              01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22
  -----------------------------------------------------------------------------
! beosgui      ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?
! cursesgui    ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?
! gtkgui       ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?
! javagui      ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?
! mswgui       ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?
! pyuigui      ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?
! qtgui        ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?
! textgui      ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?
! tkgui        ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?
! wxgui        ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?
! skelgui      ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?
  
  * Legend:
***************
*** 28,48 ****
  02: button
  03: checkbox
! 04: defaults
! 05: events
! 06: frame
! 07: interface
! 08: invisible
! 09: label
! 10: listbox
! 11: modv1
! 12: modv2
! 13: modv3
! 14: place
! 15: radiobutton
! 16: radiogroup
! 17: references
! 18: remove
! 19: textarea
! 20: textchange
! 21: textfield
! 22: window
--- 30,50 ----
  02: button
  03: checkbox
! 04: component
! 05: defaults
! 06: events
! 07: frame
! 08: interface
! 09: invisible
! 10: label
! 11: layout
! 12: listbox
! 13: place
! 14: radiobutton
! 15: radiogroup
! 16: references
! 17: remove
! 18: textarea
! 19: textchange
! 20: textfield
! 21: window
! 22: wrapper
\ No newline at end of file



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf