Remove obsolete method _get_linked_service_names()

Signed-off-by: Chris Corbyn <chris@w3style.co.uk>
This commit is contained in:
d11wtq 2014-06-08 10:04:39 +00:00 committed by Chris Corbyn
parent 3d8ce448b8
commit ac541e208f
1 changed files with 0 additions and 3 deletions

View File

@ -353,8 +353,5 @@ class TopLevelCommand(Command):
raw=raw, raw=raw,
) )
def _get_linked_service_names(self, service):
return [s.name for (s, _) in service.links]
def list_containers(containers): def list_containers(containers):
return ", ".join(c.name for c in containers) return ", ".join(c.name for c in containers)