aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/terminal.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oe/terminal.py')
-rw-r--r--meta/lib/oe/terminal.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oe/terminal.py b/meta/lib/oe/terminal.py
index aecf4e89d0..28470e3e1e 100644
--- a/meta/lib/oe/terminal.py
+++ b/meta/lib/oe/terminal.py
@@ -6,10 +6,10 @@ from bb.process import Popen, ExecutionError
logger = logging.getLogger('BitBake.OE.Terminal')
-class UnsupportedTerminal(StandardError):
+class UnsupportedTerminal(Exception):
pass
-class NoSupportedTerminals(StandardError):
+class NoSupportedTerminals(Exception):
pass