]> git.llucax.com Git - software/pymin.git/commitdiff
Add a missing handler decorator to PyminDaemon test.
authorLeandro Lucarella <llucarella@integratech.com.ar>
Mon, 24 Sep 2007 17:46:23 +0000 (14:46 -0300)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Mon, 24 Sep 2007 17:46:23 +0000 (14:46 -0300)
pymindaemon.py

index 1e9589aa242478b49e1e06990e2fefbe51142298..1ddef6c5d2bff19927580e11ceeb368368346a3d 100644 (file)
@@ -80,6 +80,7 @@ class PyminDaemon(EventLoop):
 
 if __name__ == '__main__':
 
+    @handler
     def test_handler(*args):
         print 'test:', args