diff options
Diffstat (limited to 'meta/lib/oe/license.py')
| -rw-r--r-- | meta/lib/oe/license.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/license.py b/meta/lib/oe/license.py index 173e319cd5..340da61102 100644 --- a/meta/lib/oe/license.py +++ b/meta/lib/oe/license.py | |||
| @@ -5,7 +5,7 @@ import ast | |||
| 5 | import re | 5 | import re |
| 6 | from fnmatch import fnmatchcase as fnmatch | 6 | from fnmatch import fnmatchcase as fnmatch |
| 7 | 7 | ||
| 8 | class LicenseError(StandardError): | 8 | class LicenseError(Exception): |
| 9 | pass | 9 | pass |
| 10 | 10 | ||
| 11 | class LicenseSyntaxError(LicenseError): | 11 | class LicenseSyntaxError(LicenseError): |
