[Pybot-commits] CVS: pybot/pybot/util SOAP.py,1.1.1.1,1.2
Brought to you by:
niemeyer
|
From: Gustavo N. <nie...@us...> - 2001-12-04 00:57:41
|
Update of /cvsroot/pybot/pybot/pybot/util
In directory usw-pr-cvs1:/tmp/cvs-serv32496/pybot/util
Modified Files:
SOAP.py
Log Message:
- Implemented new startup system.
- Converted tabs to spaces so people using other editors feel
confortable as well (suggested by John Thingstad).
Index: SOAP.py
===================================================================
RCS file: /cvsroot/pybot/pybot/pybot/util/SOAP.py,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** SOAP.py 2001/11/02 17:20:36 1.1.1.1
--- SOAP.py 2001/12/04 00:57:38 1.2
***************
*** 3968,3969 ****
--- 3968,3971 ----
self.registerFunction(MethodSig(function,keywords=1), namespace,
funcName)
+
+ # vim:ts=4:sw=4:et
|