From: Angus Salkeld Date: Wed, 27 Feb 2013 09:22:56 +0000 (+1100) Subject: Remove duplicate Mapper() constructor X-Git-Tag: 2014.1~850^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=9ea6ae892fe7c41a4433b481cc738c30b37e0227;p=openstack-build%2Fheat-build.git Remove duplicate Mapper() constructor Change-Id: Ie65fa739dc90515a7170a49c0552b69cdbb7d044 Signed-off-by: Angus Salkeld --- diff --git a/heat/api/cloudwatch/__init__.py b/heat/api/cloudwatch/__init__.py index 750c8155..f8567bd0 100644 --- a/heat/api/cloudwatch/__init__.py +++ b/heat/api/cloudwatch/__init__.py @@ -53,8 +53,6 @@ class API(wsgi.Router): def __init__(self, conf, **local_conf): self.conf = conf - mapper = routes.Mapper() - mapper = routes.Mapper() controller_resource = watch.create_resource(conf)