mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-python
synced 2026-01-15 09:53:32 +01:00
Cmds: Add TODO Rename to App
There's an ungreppable TODO remark in Cmds about renaming the class to App, make it greppable. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
45b5a8fb5a
commit
224a16ec71
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ class Cmds: # export
|
|||
|
||||
def __instantiate(self, cls):
|
||||
r = cls()
|
||||
r.cmds = self # Rename Cmds class to App, "Cmds" isn't very self-explanatory
|
||||
r.cmds = self # TODO: Rename Cmds class to App, "Cmds" isn't very self-explanatory
|
||||
r.app = self
|
||||
return r
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue