From c8987ad96bbe9e9d417ea56438c342944545bac0 Mon Sep 17 00:00:00 2001 From: Nick Daly Date: Mon, 18 Jun 2012 10:41:26 -0500 Subject: [PATCH] Renamed templates in preparation for other formats. --- ugly_hacks/santiago/protocols/https/controller.py | 2 +- .../protocols/https/templates/{ => http}/consumedHost.tmpl | 0 .../protocols/https/templates/{ => http}/consumedService.tmpl | 0 .../protocols/https/templates/{ => http}/consuming.tmpl | 0 .../protocols/https/templates/{ => http}/hostedClient.tmpl | 0 .../protocols/https/templates/{ => http}/hostedService.tmpl | 0 .../santiago/protocols/https/templates/{ => http}/hosting.tmpl | 0 .../santiago/protocols/https/templates/{ => http}/root.tmpl | 0 8 files changed, 1 insertion(+), 1 deletion(-) rename ugly_hacks/santiago/protocols/https/templates/{ => http}/consumedHost.tmpl (100%) rename ugly_hacks/santiago/protocols/https/templates/{ => http}/consumedService.tmpl (100%) rename ugly_hacks/santiago/protocols/https/templates/{ => http}/consuming.tmpl (100%) rename ugly_hacks/santiago/protocols/https/templates/{ => http}/hostedClient.tmpl (100%) rename ugly_hacks/santiago/protocols/https/templates/{ => http}/hostedService.tmpl (100%) rename ugly_hacks/santiago/protocols/https/templates/{ => http}/hosting.tmpl (100%) rename ugly_hacks/santiago/protocols/https/templates/{ => http}/root.tmpl (100%) diff --git a/ugly_hacks/santiago/protocols/https/controller.py b/ugly_hacks/santiago/protocols/https/controller.py index e70f2a0b8..04cf085cb 100644 --- a/ugly_hacks/santiago/protocols/https/controller.py +++ b/ugly_hacks/santiago/protocols/https/controller.py @@ -215,7 +215,7 @@ class RestMonitor(santiago.RestController): def __init__(self, aSantiago): super(RestMonitor, self).__init__() self.santiago = aSantiago - self.relative_path = "protocols/https/templates/" + self.relative_path = "protocols/https/templates/http/" def respond(self, template, values): return [str(Template( diff --git a/ugly_hacks/santiago/protocols/https/templates/consumedHost.tmpl b/ugly_hacks/santiago/protocols/https/templates/http/consumedHost.tmpl similarity index 100% rename from ugly_hacks/santiago/protocols/https/templates/consumedHost.tmpl rename to ugly_hacks/santiago/protocols/https/templates/http/consumedHost.tmpl diff --git a/ugly_hacks/santiago/protocols/https/templates/consumedService.tmpl b/ugly_hacks/santiago/protocols/https/templates/http/consumedService.tmpl similarity index 100% rename from ugly_hacks/santiago/protocols/https/templates/consumedService.tmpl rename to ugly_hacks/santiago/protocols/https/templates/http/consumedService.tmpl diff --git a/ugly_hacks/santiago/protocols/https/templates/consuming.tmpl b/ugly_hacks/santiago/protocols/https/templates/http/consuming.tmpl similarity index 100% rename from ugly_hacks/santiago/protocols/https/templates/consuming.tmpl rename to ugly_hacks/santiago/protocols/https/templates/http/consuming.tmpl diff --git a/ugly_hacks/santiago/protocols/https/templates/hostedClient.tmpl b/ugly_hacks/santiago/protocols/https/templates/http/hostedClient.tmpl similarity index 100% rename from ugly_hacks/santiago/protocols/https/templates/hostedClient.tmpl rename to ugly_hacks/santiago/protocols/https/templates/http/hostedClient.tmpl diff --git a/ugly_hacks/santiago/protocols/https/templates/hostedService.tmpl b/ugly_hacks/santiago/protocols/https/templates/http/hostedService.tmpl similarity index 100% rename from ugly_hacks/santiago/protocols/https/templates/hostedService.tmpl rename to ugly_hacks/santiago/protocols/https/templates/http/hostedService.tmpl diff --git a/ugly_hacks/santiago/protocols/https/templates/hosting.tmpl b/ugly_hacks/santiago/protocols/https/templates/http/hosting.tmpl similarity index 100% rename from ugly_hacks/santiago/protocols/https/templates/hosting.tmpl rename to ugly_hacks/santiago/protocols/https/templates/http/hosting.tmpl diff --git a/ugly_hacks/santiago/protocols/https/templates/root.tmpl b/ugly_hacks/santiago/protocols/https/templates/http/root.tmpl similarity index 100% rename from ugly_hacks/santiago/protocols/https/templates/root.tmpl rename to ugly_hacks/santiago/protocols/https/templates/http/root.tmpl