Browse Source

[PEP8] docstrings with double quotes

pull/46/head
Cédric Pigeon 10 years ago
parent
commit
3dc64137de
  1. 4
      help_online/tests/test_export_help_wizard.py

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

Loading…
Cancel
Save