From 444d86f372b599d0d72c0c8e56ee3cb923ee0515 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 8 Apr 2010 17:05:55 -0700 Subject: Using NotHandled/Handled in event handlers is deprecated Signed-off-by: Chris Larson --- conf/collections.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'conf') diff --git a/conf/collections.inc b/conf/collections.inc index 0572568f06..a69ffed687 100644 --- a/conf/collections.inc +++ b/conf/collections.inc @@ -178,6 +178,4 @@ python collections_eh () { if getName(e) == "ConfigParsed": collections_setup(e.data) - - return NotHandled } -- cgit 1.2.3-korg