[pybot-commits] CVS: pybot TODO,1.2,1.3
Brought to you by:
niemeyer
From: Gustavo N. <nie...@us...> - 2003-05-05 20:47:52
|
Update of /cvsroot/pybot/pybot In directory sc8-pr-cvs1:/tmp/cvs-serv17260 Modified Files: TODO Log Message: Created xmlrpc module, including xmlrpc support for pybot. Index: TODO =================================================================== RCS file: /cvsroot/pybot/pybot/TODO,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TODO 3 Apr 2002 23:08:54 -0000 1.2 --- TODO 5 May 2003 20:47:14 -0000 1.3 *************** *** 19,20 **** --- 19,23 ---- - Develop a README explaining how to do the basic setup of pybot. + + - Remove the parameter from __loadmodule() and __unloadmodule__(), and convert + them to use a general "mod" name for the instance. |