summaryrefslogtreecommitdiff
path: root/cmd2.py
diff options
context:
space:
mode:
authorEric Lin <anselor@gmail.com>2018-04-11 18:40:44 -0400
committerEric Lin <anselor@gmail.com>2018-04-11 18:40:44 -0400
commite4ca6c807ce8bd8e4272b6d724c71952845b2adf (patch)
treedb1553d84a478e597d9910eb0f8b09b9d2bf9074 /cmd2.py
parent33decb449c61e2a78877563309929c4686ea081e (diff)
downloadcmd2-git-e4ca6c807ce8bd8e4272b6d724c71952845b2adf.tar.gz
Removed an emty line.
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: