aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-04-08 17:05:55 -0700
committerChris Larson <chris_larson@mentor.com>2010-04-08 17:06:06 -0700
commit444d86f372b599d0d72c0c8e56ee3cb923ee0515 (patch)
tree72f8d07dfeb558491b9a9d61cfb0f7f5f3ee43f8 /conf
parent8a9cae9876019daab44e068b5611a1a9ab34b7bf (diff)
downloadopenembedded-444d86f372b599d0d72c0c8e56ee3cb923ee0515.tar.gz
Using NotHandled/Handled in event handlers is deprecated
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/collections.inc2
1 files changed, 0 insertions, 2 deletions
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
}