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)
|