diff options
Diffstat (limited to 'examples/python-input.py')
-rwxr-xr-x | examples/python-input.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/python-input.py b/examples/python-input.py index 567c2ee..d586d0f 100755 --- a/examples/python-input.py +++ b/examples/python-input.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -""" -""" +""" """ + from ptpython.python_input import PythonInput |