Example #1
0
 def processRequest(self, question):
     "Since we are a MobWriteWorker we just call directly into mobwrite code"
     answer = self.handleRequest(question)
     maybe_cleanup()
     return answer
Example #2
0
 def processRequest(self, question):
     "Since we are a MobWriteWorker we just call directly into mobwrite code"
     answer = self.handleRequest(question)
     maybe_cleanup()
     return answer
Example #3
0
 def processRequest(self, question):
     "Since we are a MobWriteWorker we just call directly into mobwrite code"
     answer = self.parseRequest(question)
     from bespin.mobwrite.mobwrite_daemon import maybe_cleanup
     maybe_cleanup()
     return answer