Fixed a bug in @debug (resolves issue107). Also moved @debug command to commands/default/tests.py instead.
This commit is contained in:
parent
af89dd1ef7
commit
27b7570aab
4 changed files with 73 additions and 71 deletions
|
|
@ -74,7 +74,6 @@ class DefaultCmdSet(CmdSet):
|
|||
self.add(objmanip.CmdDestroy())
|
||||
self.add(objmanip.CmdExamine())
|
||||
self.add(objmanip.CmdTypeclass())
|
||||
self.add(objmanip.CmdDebug())
|
||||
|
||||
# Comm commands
|
||||
self.add(comms.CmdAddCom())
|
||||
|
|
@ -95,4 +94,4 @@ class DefaultCmdSet(CmdSet):
|
|||
self.add(tests.CmdTestState())
|
||||
self.add(tests.CmdTestPerms())
|
||||
self.add(tests.TestCom())
|
||||
|
||||
self.add(tests.CmdDebug())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue