Remove outdated type TODOs from hooke/command (conversion handled by UIs).
authorW. Trevor King <wking@drexel.edu>
Wed, 11 Aug 2010 17:20:10 +0000 (13:20 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 11 Aug 2010 17:20:10 +0000 (13:20 -0400)
hooke/command.py

index 974e3b5e7f121b65d153c517de027f164c74ac11..c694bff28c0d7b2ea8625672017fb186074c1ba5 100644 (file)
@@ -250,9 +250,6 @@ class Argument (object):
         """
         pass # TODO: validation
 
         """
         pass # TODO: validation
 
-    # TODO: type conversion
-
-# TODO: type extensions?
 
 # Useful callbacks
 
 
 # Useful callbacks