diff options
Diffstat (limited to 'cmd2.py')
-rwxr-xr-x | cmd2.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -117,7 +117,6 @@ if sys.version_info > (3, 0): else: from io import BytesIO as StringIO # Python2 - # Detect whether IPython is installed to determine if the built-in "ipy" command should be included ipython_available = True try: |