branch | trunk |
changeset 736 | 1bc4c47e4ad8 |
parent 734 | 258959fbb3ec |
child 741 | ffc7212656a5 |
1.1 --- a/gmyth-stream/server/0.3/lib/request_handler.py Thu May 31 20:45:06 2007 +0100 1.2 +++ b/gmyth-stream/server/0.3/lib/request_handler.py Fri Jun 01 13:48:21 2007 +0100 1.3 @@ -317,6 +317,7 @@ 1.4 obj = transcoder(self.query) 1.5 except Exception, e: 1.6 self.send_error(500, str(e)) 1.7 + print "teste2" 1.8 return 1.9 1.10 self.send_response(200)