summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcmd2.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd2.py b/cmd2.py
index 8f137aaf..f54691fb 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -1381,7 +1381,6 @@ class Cmd(cmd.Cmd):
:param state: int - non-negative integer
"""
if state == 0:
- import readline
origline = readline.get_line_buffer()
line = origline.lstrip()
stripped = len(origline) - len(line)