summaryrefslogtreecommitdiff
path: root/examples/python.py
diff options
context:
space:
mode:
authorSteven Myint <git@stevenmyint.com>2013-10-07 19:47:51 -0700
committerSteven Myint <git@stevenmyint.com>2013-10-07 19:47:51 -0700
commit0601480ee490140598a31401d7ac96807181116c (patch)
treedfacb25aec31b9de6d390e93162b36d8aa8ec37b /examples/python.py
parent108d009334f4a4076413c66fc1f2c83fdcc0d005 (diff)
downloadpexpect-git-0601480ee490140598a31401d7ac96807181116c.tar.gz
Use unicode literals
Diffstat (limited to 'examples/python.py')
-rwxr-xr-xexamples/python.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/python.py b/examples/python.py
index 6fa6ddf..9945762 100755
--- a/examples/python.py
+++ b/examples/python.py
@@ -22,9 +22,9 @@ PEXPECT LICENSE
'''
-from __future__ import print_function
-
from __future__ import absolute_import
+from __future__ import print_function
+from __future__ import unicode_literals
# Don't do this unless you like being John Malkovich
# c = pexpect.spawn ('/usr/bin/env python ./python.py')