diff options
Diffstat (limited to 'examples/python-embed.py')
-rwxr-xr-x | examples/python-embed.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/python-embed.py b/examples/python-embed.py index 49224ac..a748101 100755 --- a/examples/python-embed.py +++ b/examples/python-embed.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -""" -""" +""" """ + from ptpython.repl import embed |