From 4e0e1b6a540e664e89739456db4c706701bf062b Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Wed, 7 Jul 2004 20:54:48 +0000 Subject: Whitespace normalization. --- Lib/cmd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Lib/cmd.py') 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). -- cgit v1.2.1