]> git.llucax.com Git - software/pymin.git/blobdiff - pymindaemon.py
Add a missing handler decorator to PyminDaemon test.
[software/pymin.git] / pymindaemon.py
index 1e9589aa242478b49e1e06990e2fefbe51142298..1ddef6c5d2bff19927580e11ceeb368368346a3d 100644 (file)
@@ -80,6 +80,7 @@ class PyminDaemon(EventLoop):
 
 if __name__ == '__main__':
 
 
 if __name__ == '__main__':
 
+    @handler
     def test_handler(*args):
         print 'test:', args
 
     def test_handler(*args):
         print 'test:', args