[Docstring-checkins] CVS: dps/dps/readers standalone.py,1.2,1.3
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-02-12 02:19:46
|
Update of /cvsroot/docstring/dps/dps/readers In directory usw-pr-cvs1:/tmp/cvs-serv31547/dps/dps/readers Modified Files: standalone.py Log Message: rearranged logic Index: standalone.py =================================================================== RCS file: /cvsroot/docstring/dps/dps/readers/standalone.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** standalone.py 7 Feb 2002 01:59:59 -0000 1.2 --- standalone.py 12 Feb 2002 02:19:43 -0000 1.3 *************** *** 36,39 **** references.Substitutions,) ! def scan(self, source): ! self.scanfile(source) --- 36,39 ---- references.Substitutions,) ! def scan(self): ! self.input = self.scanfile(self.source) |