From 676b90e6490caa8781d60e3c673523e7e945eb8b Mon Sep 17 00:00:00 2001 From: Ferry Boender Date: Fri, 3 Apr 2015 18:07:40 +0200 Subject: [PATCH] Add todo. --- src/scriptform.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scriptform.py b/src/scriptform.py index d60bfaa..2499324 100755 --- a/src/scriptform.py +++ b/src/scriptform.py @@ -5,6 +5,7 @@ # - How does script_raw check the exitcode? Document this. # - Default values for input fields. # - If there are errors in the form, its values are empties. +# - Send responses using self.send_ if possible import sys import optparse