summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortavis_rudd <tavis_rudd>2007-04-04 00:56:05 +0000
committertavis_rudd <tavis_rudd>2007-04-04 00:56:05 +0000
commit3c42bb954f6a3452495a7bc5fbf17cd37d2d1525 (patch)
tree1a2556533baa8617796665e61a9693cafb35704e /src
parent275eb8733501efcb026c5ab9799335c5850dcf6d (diff)
downloadpython-cheetah-3c42bb954f6a3452495a7bc5fbf17cd37d2d1525.tar.gz
cosmetic
Diffstat (limited to 'src')
-rw-r--r--src/Template.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/Template.py b/src/Template.py
index ee3f6a5..b851114 100644
--- a/src/Template.py
+++ b/src/Template.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# $Id: Template.py,v 1.183 2007/03/28 22:17:34 tavis_rudd Exp $
+# $Id: Template.py,v 1.184 2007/04/04 00:56:05 tavis_rudd Exp $
"""Provides the core API for Cheetah.
See the docstring in the Template class and the Users' Guide for more information
@@ -9,12 +9,12 @@ Meta-Data
Author: Tavis Rudd <tavis@damnsimple.com>
License: This software is released for unlimited distribution under the
terms of the MIT license. See the LICENSE file.
-Version: $Revision: 1.183 $
+Version: $Revision: 1.184 $
Start Date: 2001/03/30
-Last Revision Date: $Date: 2007/03/28 22:17:34 $
+Last Revision Date: $Date: 2007/04/04 00:56:05 $
"""
__author__ = "Tavis Rudd <tavis@damnsimple.com>"
-__revision__ = "$Revision: 1.183 $"[11:-2]
+__revision__ = "$Revision: 1.184 $"[11:-2]
################################################################################
## DEPENDENCIES
@@ -1005,7 +1005,7 @@ class Template(Servlet):
return super(self.__class__, self).__str__()
__str__ = new.instancemethod(__str__, None, concreteTemplateClass)
- setattr(concreteTemplateClass, '__str__', __str__)
+ setattr(concreteTemplateClass, '__str__', __str__)
_addCheetahPlumbingCodeToClass = classmethod(_addCheetahPlumbingCodeToClass)
@@ -1726,9 +1726,9 @@ class Template(Servlet):
Author: Mike Orr <iron@mso.oz.net>
License: This software is released for unlimited distribution under the
terms of the MIT license. See the LICENSE file.
- Version: $Revision: 1.183 $
+ Version: $Revision: 1.184 $
Start Date: 2002/03/17
- Last Revision Date: $Date: 2007/03/28 22:17:34 $
+ Last Revision Date: $Date: 2007/04/04 00:56:05 $
"""
src = src.lower()
isCgi = not self._CHEETAH__isControlledByWebKit