diff --git a/tools/python/jwutils/Cmds.py b/tools/python/jwutils/Cmds.py index 87ad359..b48c396 100644 --- a/tools/python/jwutils/Cmds.py +++ b/tools/python/jwutils/Cmds.py @@ -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