]> git.llucax.com Git - software/pymin.git/commitdiff
Remove old commented code.
authorLeandro Lucarella <llucarella@integratech.com.ar>
Tue, 25 Sep 2007 17:17:18 +0000 (14:17 -0300)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Tue, 25 Sep 2007 17:17:18 +0000 (14:17 -0300)
pymindaemon.py

index 79780e22162d075ba71ecae0ed195383279d562f..b8369b9d67622467cc7e8b36187459a664d899ac 100644 (file)
@@ -69,12 +69,6 @@ class PyminDaemon(EventLoop):
         else:
             response += '%d\n%s' % (len(str(result)), result)
         self.file.sendto(response, addr)
-        #try:
-        #    d.dispatch(msg)
-        #except dis.BadRouteError, inst:
-        #    sock.sendto('Bad route from : ' + inst.cmd + '\n', addr)
-        #except dis.CommandNotFoundError, inst:
-        #    sock.sendto('Command not found : ' + inst.cmd + '\n', addr)
 
     def run(self):
         r"run() -> None :: Run the event loop (shortcut to loop())"