Skip to content

Commit 26d2065

Browse files
committed
Add missing unicode_literals import
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent 62d7d95 commit 26d2065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/history.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2424
# THE SOFTWARE.
2525

26-
26+
from __future__ import unicode_literals
2727
import io
2828
import os
2929
from itertools import islice

0 commit comments

Comments
 (0)