[Checkins] SVN: z3c.pt/trunk/src/z3c/pt/language.py Cleanup.

Malthe Borch mborch at gmail.com
Sun Dec 14 13:16:32 EST 2008


Log message for revision 94061:
  Cleanup.

Changed:
  U   z3c.pt/trunk/src/z3c/pt/language.py

-=-
Modified: z3c.pt/trunk/src/z3c/pt/language.py
===================================================================
--- z3c.pt/trunk/src/z3c/pt/language.py	2008-12-14 18:05:58 UTC (rev 94060)
+++ z3c.pt/trunk/src/z3c/pt/language.py	2008-12-14 18:16:31 UTC (rev 94061)
@@ -4,27 +4,19 @@
 
 import chameleon.zpt.language
 
-
 class ZopePageTemplateElement(chameleon.zpt.language.ZopePageTemplateElement):
-    """Zope Page Template element.
-
-    Implements the ZPT subset of the attribute template language.
-    """
     meta_interpolation = utils.attribute(
         utils.meta_attr('interpolation'), default="false")
 
 class XHTMLElement(chameleon.zpt.language.XHTMLElement):
-    """XHTML namespace element."""
     meta_interpolation = utils.attribute(
         utils.meta_attr('interpolation'), default="false")
 
 class TALElement(chameleon.zpt.language.TALElement):
-    """TAL namespace element."""
     meta_interpolation = utils.attribute(
         utils.meta_attr('interpolation'), default="false")
 
 class METALElement(chameleon.zpt.language.METALElement):
-    """METAL namespace element."""
     meta_interpolation = utils.attribute(
         utils.meta_attr('interpolation'), default="false")
 



More information about the Checkins mailing list