$OpenBSD: patch-pexpect_replwrap_py,v 1.1 2016/01/07 17:16:21 shadchin Exp $
--- pexpect/replwrap.py.orig	Wed Dec 30 11:46:48 2015
+++ pexpect/replwrap.py	Wed Dec 30 11:52:00 2015
@@ -100,7 +100,7 @@ class REPLWrapper(object):
                              + command)
         return u''.join(res + [self.child.before])
 
-def python(command="python"):
+def python(command="${MODPY_BIN}"):
     """Start a Python shell and return a :class:`REPLWrapper` object."""
     return REPLWrapper(command, u">>> ", u"import sys; sys.ps1={0!r}; sys.ps2={1!r}")
 
