Skip to content

Commit 85dab9a

Browse files
Removed old 'from __future__ import unicode_literals' statements.
1 parent c05c4a6 commit 85dab9a

4 files changed

Lines changed: 0 additions & 8 deletions

File tree

examples/asyncio-python-embed.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
to stdout, it won't break the input line, but instead writes nicely above the
1212
prompt.
1313
"""
14-
from __future__ import unicode_literals
15-
1614
import asyncio
1715

1816
from ptpython.repl import embed

examples/python-embed-with-custom-prompt.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
"""
33
Example of embedding a Python REPL, and setting a custom prompt.
44
"""
5-
from __future__ import unicode_literals
6-
75
from prompt_toolkit.formatted_text import HTML
86
from pygments.token import Token
97

examples/python-embed.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/usr/bin/env python
22
"""
33
"""
4-
from __future__ import unicode_literals
5-
64
from ptpython.repl import embed
75

86

examples/python-input.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/usr/bin/env python
22
"""
33
"""
4-
from __future__ import unicode_literals
5-
64
from ptpython.python_input import PythonInput
75

86

0 commit comments

Comments
 (0)