# HG changeset patch # User catherine@dellzilla # Date 1234949215 18000 # Node ID 5bf878c5c0e8edad884a1715c3169b515dd5dfb5 # Parent e96877b593710d7e3cfa072e5e3fa5b2882fc1ff drop reference to profile diff -r e96877b59371 -r 5bf878c5c0e8 cmd2.py --- 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 == ''):