Mercurial > python-cmd2
changeset 194:5bf878c5c0e8
drop reference to profile
author | catherine@dellzilla |
---|---|
date | Wed, 18 Feb 2009 04:26:55 -0500 |
parents | e96877b59371 |
children | 455ebe415d5e |
files | cmd2.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cmd2.py Tue Feb 17 22:45:10 2009 -0500 +++ b/cmd2.py Wed Feb 18 04:26:55 2009 -0500 @@ -450,7 +450,6 @@ return self.emptyline() if not pyparsing.Or(self.commentGrammars).setParseAction(lambda x: '').transformString(line): return 0 # command was empty except for comments - import profile try: statement = self.parsed(line) while statement.parsed.multilineCommand and (statement.parsed.terminator == ''):