Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Roque
erp5
Commits
75b26012
Commit
75b26012
authored
Jun 25, 2013
by
Benjamin Blanc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
util: remove useless getFooFooFoo method
parent
88161579
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
erp5/util/taskdistribution/__init__.py
erp5/util/taskdistribution/__init__.py
+1
-7
No files found.
erp5/util/taskdistribution/__init__.py
View file @
75b26012
...
@@ -360,6 +360,7 @@ class TestResultProxyProxy(TestResultProxy):
...
@@ -360,6 +360,7 @@ class TestResultProxyProxy(TestResultProxy):
TestResultProxy
.
__init__
(
proxy
,
retry_time
,
logger
,
test_result_path
,
TestResultProxy
.
__init__
(
proxy
,
retry_time
,
logger
,
test_result_path
,
node_title
,
revision
)
node_title
,
revision
)
class
ServerProxy
(
xmlrpclib
.
ServerProxy
):
class
ServerProxy
(
xmlrpclib
.
ServerProxy
):
def
__init__
(
self
,
*
args
,
**
kw
):
def
__init__
(
self
,
*
args
,
**
kw
):
...
@@ -496,13 +497,6 @@ class TaskDistributor(RPCRetry):
...
@@ -496,13 +497,6 @@ class TaskDistributor(RPCRetry):
Returns the slapos account certificate related to the distributor
Returns the slapos account certificate related to the distributor
"""
"""
return
self
.
_retryRPC
(
'getSlaposAccountCertificate'
)
return
self
.
_retryRPC
(
'getSlaposAccountCertificate'
)
def
getFooFooFoo
(
self
):
"""
Returns "FooFooFoo"
"""
return
self
.
_retryRPC
(
'getFooFooFoo'
)
class
DummyTaskDistributionTool
(
object
):
class
DummyTaskDistributionTool
(
object
):
"""
"""
...
...
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