diff options
author | Eric Lin <anselor@gmail.com> | 2018-04-11 18:40:44 -0400 |
---|---|---|
committer | Eric Lin <anselor@gmail.com> | 2018-04-11 18:40:44 -0400 |
commit | e4ca6c807ce8bd8e4272b6d724c71952845b2adf (patch) | |
tree | db1553d84a478e597d9910eb0f8b09b9d2bf9074 /cmd2.py | |
parent | 33decb449c61e2a78877563309929c4686ea081e (diff) | |
download | cmd2-git-e4ca6c807ce8bd8e4272b6d724c71952845b2adf.tar.gz |
Removed an emty line.
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: |