From 647063576a476bba503fc836839d002a7e7368c8 Mon Sep 17 00:00:00 2001 From: Goodwill Coding Date: Thu, 16 May 2013 09:10:17 -0700 Subject: fix indentaion type --- pyramid/scaffolds/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/scaffolds/__init__.py b/pyramid/scaffolds/__init__.py index a87041576..c993ce5f9 100644 --- a/pyramid/scaffolds/__init__.py +++ b/pyramid/scaffolds/__init__.py @@ -47,7 +47,7 @@ class PyramidTemplate(Template): Welcome to Pyramid. Sorry for the convenience. %(separator)s - """ % {'separator': separator}) + """ % {'separator': separator}) self.out(msg) return Template.post(self, command, output_dir, vars) -- cgit v1.2.3