summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2018-09-24 13:06:29 +0000
committerJürg Billeter <j@bitron.ch>2018-09-24 13:06:29 +0000
commita86f616c0b62f625a0ceba404f65a6bdeb4763a9 (patch)
tree446c4f470e30e8eb9d2664664a4a67a6289d7c14
parent45304c44a437eafc85f9f322cbd9d509bb740d57 (diff)
parentcc90fbaa4e1a147454665d3605ed5e2841ec10d2 (diff)
downloadbuildstream-a86f616c0b62f625a0ceba404f65a6bdeb4763a9.tar.gz
Merge branch 'bochecha/blessings' into 'bst-1.2'
_frontend/app.py: Remove leftover blessings import See merge request BuildStream/buildstream!821
-rw-r--r--buildstream/_frontend/app.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildstream/_frontend/app.py b/buildstream/_frontend/app.py
index 3283b629f..f89202154 100644
--- a/buildstream/_frontend/app.py
+++ b/buildstream/_frontend/app.py
@@ -24,7 +24,6 @@ import traceback
import datetime
from textwrap import TextWrapper
from contextlib import contextmanager
-from blessings import Terminal
import click
from click import UsageError