From 32e9932d648ae7efae6f7cf489c712398adb13a5 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Tue, 11 Mar 2014 11:40:15 +0800 Subject: [PATCH] Remove unused versions define in template_format.py Remove unused 'HEAT_VERSIONS' and 'CFN_VERSIONS' define in template_format.py. Change-Id: I32202662ff62bc3e57b3af73b4163d2378887901 --- heatclient/common/template_format.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/heatclient/common/template_format.py b/heatclient/common/template_format.py index 26004491..ff97a8a0 100644 --- a/heatclient/common/template_format.py +++ b/heatclient/common/template_format.py @@ -16,9 +16,6 @@ import json import yaml -HEAT_VERSIONS = (u'2012-12-12',) -CFN_VERSIONS = (u'2010-09-09',) - if hasattr(yaml, 'CSafeLoader'): yaml_loader = yaml.CSafeLoader else: