summaryrefslogtreecommitdiff
path: root/alot/buffers
diff options
context:
space:
mode:
authorLucas Hoffmann <lucc@posteo.de>2019-11-04 08:00:10 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2019-11-06 10:54:00 +0000
commit414ca6c4b57752d139598e95e06009c55ff4543c (patch)
treea77d60aaf05f2c75224df95f7481f7328e414e7a /alot/buffers
parentbbb96525c08f0c6ee9fc93e0dd0ccb3abfd1dca8 (diff)
Remove unicode literals syntax from python2
Diffstat (limited to 'alot/buffers')
-rw-r--r--alot/buffers/thread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/buffers/thread.py b/alot/buffers/thread.py
index 01fac9a4..0314b772 100644
--- a/alot/buffers/thread.py
+++ b/alot/buffers/thread.py
@@ -84,7 +84,7 @@ class ThreadBuffer(Buffer):
heads_char = None
heads_att = None
if self._indent_width > 1:
- heads_char = u'\u27a4'
+ heads_char = '\u27a4'
heads_att = settings.get_theming_attribute('thread',
'arrow_heads')
A = ArrowTree(