diff options
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/bb/event.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/event.py b/bitbake/lib/bb/event.py index 32df779786..6cbd0d55db 100644 --- a/bitbake/lib/bb/event.py +++ b/bitbake/lib/bb/event.py | |||
@@ -55,6 +55,7 @@ def get_class_handlers(): | |||
55 | return _handlers | 55 | return _handlers |
56 | 56 | ||
57 | def set_class_handlers(h): | 57 | def set_class_handlers(h): |
58 | global _handlers | ||
58 | _handlers = h | 59 | _handlers = h |
59 | 60 | ||
60 | def clean_class_handlers(): | 61 | def clean_class_handlers(): |