Add todo default action

This commit is contained in:
Gerard Wagener 2010-01-15 11:55:58 +01:00
parent a4c919c452
commit 912fb42b02

View file

@ -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: