Comment cleanup.
This commit is contained in:
parent
1d78fb3d92
commit
921cf47731
3 changed files with 1 additions and 6 deletions
|
|
@ -31,8 +31,6 @@ command line. The processing of a command works as follows:
|
|||
12. We have a unique cmdobject, primed for use. Call all hooks:
|
||||
`at_pre_cmd()`, `cmdobj.parse()`, `cmdobj.func()` and finally `at_post_cmd()`.
|
||||
13. Return deferred that will fire with the return from `cmdobj.func()` (unused by default).
|
||||
|
||||
|
||||
"""
|
||||
|
||||
from collections import defaultdict
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue