summaryrefslogtreecommitdiff
path: root/cmd2.py
diff options
context:
space:
mode:
Diffstat (limited to 'cmd2.py')
-rwxr-xr-xcmd2.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd2.py b/cmd2.py
index 629eee82..1cf13747 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -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: