remove module argument, fix #3682 (#3683)

pull/18777/head
Shubham 9 years ago committed by Matt Clay
parent cca89ef489
commit 8a6237955d

@ -434,7 +434,7 @@ class ContainerManager(DockerBaseClass):
def __init__(self, client):
super(ContainerManager, self).__init__(module=client.module)
super(ContainerManager, self).__init__()
self.client = client
self.project_src = None

Loading…
Cancel
Save