aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/license.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oe/license.py')
-rw-r--r--meta/lib/oe/license.py2
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
import re
from fnmatch import fnmatchcase as fnmatch
-class LicenseError(StandardError):
+class LicenseError(Exception):
pass
class LicenseSyntaxError(LicenseError):