Dhara Shah 2007-04-16 08:42:32 +00:00
parent 81865eae1b
commit 5d5069b294
1 changed files with 3 additions and 2 deletions

View File

@ -198,6 +198,7 @@ class GenericXMLRPCRequestHandler:
import traceback
try:
n=self.path.split("/")[-1]
print "TERP-CALLING:",n,method,params
s=LocalService(n)
m=getattr(s,method)
s._service._response=None