[REF] removed explicit model instanciations.
[odoo/odoo.git] / addons / survey / wizard / survey_answer.py
index a108388..181d615 100644 (file)
@@ -1253,6 +1253,5 @@ class survey_question_wiz(osv.osv_memory):
             'context': context
         }
 
-survey_question_wiz()
 
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: