summaryrefslogtreecommitdiff
path: root/blessed/tests/accessories.py
diff options
context:
space:
mode:
Diffstat (limited to 'blessed/tests/accessories.py')
-rw-r--r--blessed/tests/accessories.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/blessed/tests/accessories.py b/blessed/tests/accessories.py
index 408d2e7..f7e2a42 100644
--- a/blessed/tests/accessories.py
+++ b/blessed/tests/accessories.py
@@ -36,7 +36,7 @@ default_all_terms = ['screen', 'vt220', 'rxvt', 'cons25', 'linux', 'ansi']
if os.environ.get('TEST_ALLTERMS'):
try:
available_terms = [
- _term.split(None, 1)[0].decode('ascii') for _term in
+ _term.split(None, 1)[0] for _term in
subprocess.Popen(('toe', '-a'),
stdout=subprocess.PIPE,
close_fds=True)