From: W. Trevor King Date: Wed, 11 Aug 2010 17:20:10 +0000 (-0400) Subject: Remove outdated type TODOs from hooke/command (conversion handled by UIs). X-Git-Url: http://git.tremily.us/?p=hooke.git;a=commitdiff_plain;h=287f4e705eb81813fb2977b580a9adb04d006b9e Remove outdated type TODOs from hooke/command (conversion handled by UIs). --- diff --git a/hooke/command.py b/hooke/command.py index 974e3b5..c694bff 100644 --- a/hooke/command.py +++ b/hooke/command.py @@ -250,9 +250,6 @@ class Argument (object): """ pass # TODO: validation - # TODO: type conversion - -# TODO: type extensions? # Useful callbacks