SingleFileEventHandler: Remove try/except blocks
authorGuido Trotter <ultrotter@google.com>
Fri, 21 May 2010 13:28:40 +0000 (14:28 +0100)
committerGuido Trotter <ultrotter@google.com>
Tue, 25 May 2010 10:16:57 +0000 (11:16 +0100)
commit32b1efa17459924251cef713c81fb2bff236a562
tree1333652245e4132484994dc9ae7e1cf2835b4d6c
parente9c8deab1e98f4cce04cd57e11e56e4fc4ba9d51
SingleFileEventHandler: Remove try/except blocks

Since now we use the SingleFileEventHandler together with an error
handling asyncore dispatcher, we don't need the internal try/except
anymore.

Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
lib/asyncnotifier.py