From 796011e5d79c29b14c732abb46fbc20fc0df830f Mon Sep 17 00:00:00 2001 From: Miguel Barão Date: Mon, 4 Apr 2016 16:17:00 +0100 Subject: [PATCH] - added question of type warning --- questions.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/questions.py b/questions.py index b8c72df..ce67252 100644 --- a/questions.py +++ b/questions.py @@ -92,6 +92,7 @@ def create_question(q): # 'regex' : QuestionTextRegex, 'textarea' : QuestionTextArea, 'information': QuestionInformation, + 'warning' : QuestionInformation, # 'info' : QuestionInformation, # '' : QuestionInformation, # default } -- libgit2 0.21.2