mirror of https://github.com/OCA/web.git
[PEP8] docstrings with double quotes
parent
e062ec2d96
commit
3dc64137de
|
@ -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']
|
||||||
|
|
Loading…
Reference in New Issue