diff options
Diffstat (limited to 'meta/lib/oe/classutils.py')
| -rw-r--r-- | meta/lib/oe/classutils.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/lib/oe/classutils.py b/meta/lib/oe/classutils.py index 45cd5249be..08bb66b365 100644 --- a/meta/lib/oe/classutils.py +++ b/meta/lib/oe/classutils.py | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | # | ||
| 2 | # SPDX-License-Identifier: GPL-2.0-only | ||
| 3 | # | ||
| 1 | 4 | ||
| 2 | class ClassRegistryMeta(type): | 5 | class ClassRegistryMeta(type): |
| 3 | """Give each ClassRegistry their own registry""" | 6 | """Give each ClassRegistry their own registry""" |
