Update of /cvsroot/happydoc/HappyDoc/happydoclib
In directory usw-pr-cvs1:/tmp/cvs-serv8999/happydoclib
Modified Files:
appclass.py
Log Message:
Fixed use of StdOut docset type.
Index: appclass.py
===================================================================
RCS file: /cvsroot/happydoc/HappyDoc/happydoclib/appclass.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** appclass.py 2001/12/16 13:09:24 1.7
--- appclass.py 2002/02/02 13:45:29 1.8
***************
*** 294,298 ****
def optionHandler_o(self):
"Specify that output should go to stdout."
! self.set_docset_type('stdout')
return
--- 294,298 ----
def optionHandler_o(self):
"Specify that output should go to stdout."
! self.set_docset_type('StdOut')
return
|