summaryrefslogtreecommitdiff
path: root/Lib/cmd.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2004-07-07 20:54:48 +0000
committerTim Peters <tim.peters@gmail.com>2004-07-07 20:54:48 +0000
commit016919248a37b4b5bdb7ccede3580e4307a2907a (patch)
treefdd52a603f4da871c1e41131fcc9cf3127f017b9 /Lib/cmd.py
parent77e62d470f245a9674e7ac2fec8aec5624237ce7 (diff)
downloadcpython-016919248a37b4b5bdb7ccede3580e4307a2907a.tar.gz
Whitespace normalization.
Diffstat (limited to 'Lib/cmd.py')
-rw-r--r--Lib/cmd.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/cmd.py b/Lib/cmd.py
index 3ef7c8f36d..3f82b48710 100644
--- a/Lib/cmd.py
+++ b/Lib/cmd.py
@@ -149,7 +149,7 @@ class Cmd:
readline.set_completer(self.old_completer)
except ImportError:
pass
-
+
def precmd(self, line):
"""Hook method executed just before the command line is
@@ -172,7 +172,7 @@ class Cmd:
"""
pass
-
+
def parseline(self, line):
"""Parse the line into a command name and a string containing
the arguments. Returns a tuple containing (command, args, line).