From 912fb42b0220da2e81b81aaad9678983d6ba8abe Mon Sep 17 00:00:00 2001 From: Gerard Wagener Date: Fri, 15 Jan 2010 11:55:58 +0100 Subject: [PATCH] Add todo default action --- aha/aha.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/aha/aha.py b/aha/aha.py index 72849cd6512..f5e1607a45b 100644 --- a/aha/aha.py +++ b/aha/aha.py @@ -41,8 +41,7 @@ class KernelEvents(ProcessEvent): return else: print "Process belongs to a user, play" - - + #TODO add default action except KeyError,e: print "EXCEPTION: KeyError" except IndexError,w: