[REF] Code cleaning

bzr revid: rim@openerp.com-20140102075652-d1sih1x42jt9dgv1
This commit is contained in:
Richard Mathot (OpenERP) 2014-01-02 08:56:52 +01:00
parent 35646da49d
commit 19579b04d6
2 changed files with 1 additions and 5 deletions

View File

@ -57,7 +57,7 @@ sent mails with user name and password for the invitation of the survey.
'auto_install': False,
'application': True,
'sequence': 10,
#'images': [''],
'images': [],
'css': ['static/src/css/survey.css'],
'js': ['static/src/js/survey.js'],
}

View File

@ -20,9 +20,5 @@
##############################################################################
import survey_email_compose_message
import survey_print_statistics
import survey_print_answer
import survey_answer
import survey_print
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: