Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5_rtl_support
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Romain Courteaud
erp5_rtl_support
Commits
388a508b
Commit
388a508b
authored
Oct 02, 2017
by
Roque
Committed by
Sebastien Robin
Oct 10, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testbrowser: fixing typo and empty spaces
parent
47816025
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
erp5/util/testbrowser/browser.py
erp5/util/testbrowser/browser.py
+2
-3
No files found.
erp5/util/testbrowser/browser.py
View file @
388a508b
...
...
@@ -9,7 +9,7 @@
#
# WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsability of assessing all potential
# consequences resulting from its eventual inadequacies and bugs
c
# consequences resulting from its eventual inadequacies and bugs
# End users who are looking for a ready-to-use solution with commercial
# garantees and support are strongly adviced to contract a Free Software
# Service Company
...
...
@@ -36,7 +36,7 @@ import urllib
from
urlparse
import
urljoin
from
z3c.etestbrowser.browser
import
ExtendedTestBrowser
from
zope.testbrowser.browser
import
onlyOne
from
zope.testbrowser.browser
import
onlyOne
def
measurementMetaClass
(
prefix
):
"""
...
...
@@ -698,7 +698,6 @@ class MainForm(Form):
index
=
0
super
(
MainForm
,
self
).
submit
(
label
=
label
,
name
=
name
,
index
=
index
,
*
args
,
**
kwargs
)
def
submitSelect
(
self
,
select_name
,
submit_name
,
label
=
None
,
value
=
None
,
select_index
=
None
,
control_index
=
None
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment