Commit 75b26012 authored by Benjamin Blanc's avatar Benjamin Blanc

util: remove useless getFooFooFoo method

parent 88161579
...@@ -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):
""" """
......
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