Skip to content

Commit 78e1f9b

Browse files
fix bpython#505 blank bytestring line in status bar
1 parent 575cafa commit 78e1f9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bpython/curtsiesfrontend/interaction.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import unicode_literals
2+
13
import greenlet
24
import time
35
import curtsies.events as events

0 commit comments

Comments
 (0)