diff options
| author | Catherine Devlin <catherine.devlin@gmail.com> | 2011-07-28 01:13:46 -0400 |
|---|---|---|
| committer | Catherine Devlin <catherine.devlin@gmail.com> | 2011-07-28 01:13:46 -0400 |
| commit | 092e1141773756e84a6b2e7850e817cdf138b8f5 (patch) | |
| tree | 197dbbaa9c180bb0a2c59110b4eacd93f5943bdb /cmd2.py | |
| parent | c388b615e1622ee32ce4a022268e15cb41267c5a (diff) | |
| download | cmd2-git-092e1141773756e84a6b2e7850e817cdf138b8f5.tar.gz | |
delete pdb
Diffstat (limited to 'cmd2.py')
| -rwxr-xr-x | cmd2.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -718,7 +718,6 @@ class Cmd(cmd.Cmd): if s.lower().startswith(shortcut): s = s.replace(shortcut, expansion + ' ', 1) break - #import pdb; pdb.set_trace() result = self.parser.parseString(s) result['raw'] = raw result['command'] = result.multilineCommand or result.command |
