]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
get rid of no-op __init__ methods
authorChristopher Armstrong <chris.armstrong@rackspace.com>
Thu, 30 May 2013 20:54:25 +0000 (20:54 +0000)
committerChristopher Armstrong <chris.armstrong@rackspace.com>
Thu, 6 Jun 2013 17:12:52 +0000 (12:12 -0500)
commit760e1b151ae24e4609124f5fbb17dd54adea3c2f
tree43f348ed62f8facf51caab81bced2398f7858e66
parent23768d8080d24352639a3d396b828b79ccaafdf0
get rid of no-op __init__ methods

There were a lot of __init__ methods that simply called their super()
with nothing else.

Change-Id: I6771912adf81f145d09f950c57d219bd77789822
18 files changed:
heat/engine/resources/autoscaling.py
heat/engine/resources/eip.py
heat/engine/resources/internet_gateway.py
heat/engine/resources/network_interface.py
heat/engine/resources/quantum/floatingip.py
heat/engine/resources/quantum/net.py
heat/engine/resources/quantum/port.py
heat/engine/resources/quantum/quantum.py
heat/engine/resources/quantum/router.py
heat/engine/resources/quantum/subnet.py
heat/engine/resources/route_table.py
heat/engine/resources/s3.py
heat/engine/resources/security_group.py
heat/engine/resources/subnet.py
heat/engine/resources/swift.py
heat/engine/resources/user.py
heat/engine/resources/vpc.py
heat/engine/resources/wait_condition.py