[PEP8] docstrings with double quotes

pull/46/head
Cédric Pigeon 2014-10-15 10:02:59 +02:00
parent e062ec2d96
commit 3dc64137de
1 changed files with 2 additions and 2 deletions

View File

@ -102,9 +102,9 @@ class test_export_help_wizard(object):
self.pageTemplate = False self.pageTemplate = False
def test_export_help(self): def test_export_help(self):
''' """
Export help data Export help data
''' """
self.createPage(pageName=self.pageName, imgXmlId=self.imgXmlId) self.createPage(pageName=self.pageName, imgXmlId=self.imgXmlId)
wizardPool = self.env['export.help.wizard'] wizardPool = self.env['export.help.wizard']