Commit 11a3bac1 authored by Roque's avatar Roque Committed by Klaus Wölfel

testbrowser: fixing typo and empty spaces

parent edaaa6bb
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsability of assessing all potential # programmers who take the whole responsability of assessing all potential
# consequences resulting from its eventual inadequacies and bugsc # consequences resulting from its eventual inadequacies and bugs
# End users who are looking for a ready-to-use solution with commercial # End users who are looking for a ready-to-use solution with commercial
# garantees and support are strongly adviced to contract a Free Software # garantees and support are strongly adviced to contract a Free Software
# Service Company # Service Company
...@@ -36,7 +36,7 @@ import urllib ...@@ -36,7 +36,7 @@ import urllib
from urlparse import urljoin from urlparse import urljoin
from z3c.etestbrowser.browser import ExtendedTestBrowser from z3c.etestbrowser.browser import ExtendedTestBrowser
from zope.testbrowser.browser import onlyOne from zope.testbrowser.browser import onlyOne
def measurementMetaClass(prefix): def measurementMetaClass(prefix):
""" """
...@@ -698,7 +698,6 @@ class MainForm(Form): ...@@ -698,7 +698,6 @@ class MainForm(Form):
index = 0 index = 0
super(MainForm, self).submit(label=label, name=name, index=index, super(MainForm, self).submit(label=label, name=name, index=index,
*args, **kwargs) *args, **kwargs)
def submitSelect(self, select_name, submit_name, label=None, value=None, def submitSelect(self, select_name, submit_name, label=None, value=None,
select_index=None, control_index=None): select_index=None, control_index=None):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment