From 9ea6ae892fe7c41a4433b481cc738c30b37e0227 Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Wed, 27 Feb 2013 20:22:56 +1100 Subject: [PATCH] Remove duplicate Mapper() constructor Change-Id: Ie65fa739dc90515a7170a49c0552b69cdbb7d044 Signed-off-by: Angus Salkeld --- heat/api/cloudwatch/__init__.py | 2 -- 1 file changed, 2 deletions(-) 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) -- 2.45.2