From aab5902a1b485a27cc0a1c83559ee70fa5de76fc Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Sun, 23 Sep 2012 21:34:20 -0700 Subject: [PATCH] Rename heat/cloudformations.py to heat/cloudformation.py Change-Id: I1db2e5b191b35a07aa51113829d95085bfbfc8e7 Signed-off-by: Steven Dake --- heat/client.py | 2 +- heat/{cloudformations.py => cloudformation.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename heat/{cloudformations.py => cloudformation.py} (100%) diff --git a/heat/client.py b/heat/client.py index be7b9891..bb1284a9 100644 --- a/heat/client.py +++ b/heat/client.py @@ -22,7 +22,7 @@ import os import json from heat.common import client as base_client from heat.common import exception -from heat.cloudformations import * +from heat.cloudformation import * from heat.openstack.common import log as logging diff --git a/heat/cloudformations.py b/heat/cloudformation.py similarity index 100% rename from heat/cloudformations.py rename to heat/cloudformation.py -- 2.45.2