diff --git a/help_online/tests/test_export_help_wizard.py b/help_online/tests/test_export_help_wizard.py index c608af5a..2ce0015e 100644 --- a/help_online/tests/test_export_help_wizard.py +++ b/help_online/tests/test_export_help_wizard.py @@ -102,9 +102,9 @@ class test_export_help_wizard(object): self.pageTemplate = False def test_export_help(self): - ''' + """ Export help data - ''' + """ self.createPage(pageName=self.pageName, imgXmlId=self.imgXmlId) wizardPool = self.env['export.help.wizard']