# HG changeset patch # User catherine@dellzilla # Date 1227049565 18000 # Node ID 2d3477aa79d43d5f09a72571d3cffdd4d375785f # Parent f0fa9965a985d3d69561ad1705c2b77ae21d05e3 parsing tweaks diff -r f0fa9965a985 -r 2d3477aa79d4 cmd2.py --- a/cmd2.py Tue Nov 18 13:12:43 2008 -0500 +++ b/cmd2.py Tue Nov 18 18:06:05 2008 -0500 @@ -258,8 +258,6 @@ s = self.shortcuts[s[0]] + ' ' + s[1:] result['statement'] = s result['parseable'] = s -# terminator = self.specialTerminators.get(command) or self.terminatorPattern - self.terminatorPattern.ignore(self.commentInProgress) result += parseSearchResults(self.terminatorPattern, s) if result.terminator: result['statement'] = result.upToIncluding