Comment cleanup.

This commit is contained in:
Ahmed Charles 2015-11-14 20:07:29 +00:00
parent 1d78fb3d92
commit 921cf47731
3 changed files with 1 additions and 6 deletions

View file

@ -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