[Cvsshell-devel] CVS: cvsshell/src app.py,1.11,1.12
Status: Beta
Brought to you by:
stefanheimann
From: Stefan H. <ste...@us...> - 2002-03-16 13:26:40
|
Update of /cvsroot/cvsshell/cvsshell/src In directory usw-pr-cvs1:/tmp/cvs-serv11151/src Modified Files: app.py Log Message: * fixed some typos Index: app.py =================================================================== RCS file: /cvsroot/cvsshell/cvsshell/src/app.py,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** app.py 15 Mar 2002 10:37:53 -0000 1.11 --- app.py 16 Mar 2002 13:26:37 -0000 1.12 *************** *** 31,35 **** def __init__(self): - # the directory this file is placed in GetSetProvider.__init__(self) self.onWindows = sys.platform[:3] == 'win' --- 31,34 ---- |