This commit is contained in:
Jeremy Fincher 2004-02-14 01:52:07 +00:00
parent d94b3f799e
commit 2f470b3a3b
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ class Reader(object):
self.creator = self.Creator(*self.args, **self.kwargs)
self.modifiedCreator = False
self.indent = indent
(command, rest) = s.split(None, 1)
command = self.normalizeCommand(command)
self.modifiedCreator = True
if hasattr(self.creator, command):