Fix co-operative inheritance for ec2 model (#1383)
This commit is contained in:
parent
d2eea02774
commit
499857e67f
1 changed files with 1 additions and 0 deletions
|
|
@ -3722,6 +3722,7 @@ class NatGateway(object):
|
||||||
class NatGatewayBackend(object):
|
class NatGatewayBackend(object):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.nat_gateways = {}
|
self.nat_gateways = {}
|
||||||
|
super(NatGatewayBackend, self).__init__()
|
||||||
|
|
||||||
def get_all_nat_gateways(self, filters):
|
def get_all_nat_gateways(self, filters):
|
||||||
return self.nat_gateways.values()
|
return self.nat_gateways.values()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue