[PEP8] docstrings with double quotes

This commit is contained in:
Cédric Pigeon
2014-10-15 10:02:59 +02:00
parent e062ec2d96
commit 3dc64137de

View File

@@ -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']