From 032f1b75819507c3e5b6566dedaa4d08c8ec6a2b Mon Sep 17 00:00:00 2001 From: Miguel BarĂ£o Date: Wed, 6 Feb 2019 22:23:39 +0000 Subject: [PATCH] remove 'info' and 'warn' questions from factory --- factory.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/factory.py b/factory.py index 5f7d889..fd82207 100644 --- a/factory.py +++ b/factory.py @@ -61,8 +61,8 @@ class QFactory(object): 'numeric-interval': QuestionNumericInterval, 'textarea' : QuestionTextArea, # -- informative panels -- - 'information': QuestionInformation, 'info': QuestionInformation, - 'warning' : QuestionInformation, 'warn': QuestionInformation, + 'information': QuestionInformation, + 'warning' : QuestionInformation, 'alert' : QuestionInformation, 'success' : QuestionInformation, } -- libgit2 0.21.2