From: Leandro Lucarella Date: Mon, 24 Sep 2007 17:46:23 +0000 (-0300) Subject: Add a missing handler decorator to PyminDaemon test. X-Git-Url: https://git.llucax.com/software/pymin.git/commitdiff_plain/fbb90886873a6430d44ba2c9e1cfc8ab9d7f14c4?ds=inline;hp=-c Add a missing handler decorator to PyminDaemon test. --- fbb90886873a6430d44ba2c9e1cfc8ab9d7f14c4 diff --git a/pymindaemon.py b/pymindaemon.py index 1e9589a..1ddef6c 100644 --- a/pymindaemon.py +++ b/pymindaemon.py @@ -80,6 +80,7 @@ class PyminDaemon(EventLoop): if __name__ == '__main__': + @handler def test_handler(*args): print 'test:', args