[Checkins] SVN: z3c.pt/trunk/src/z3c/pt/clauses.py We can retire this clause (which was never in use).

Malthe Borch mborch at gmail.com
Mon Sep 1 16:06:55 EDT 2008


Log message for revision 90666:
  We can retire this clause (which was never in use).

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

-=-
Modified: z3c.pt/trunk/src/z3c/pt/clauses.py
===================================================================
--- z3c.pt/trunk/src/z3c/pt/clauses.py	2008-09-01 20:06:26 UTC (rev 90665)
+++ z3c.pt/trunk/src/z3c/pt/clauses.py	2008-09-01 20:06:55 UTC (rev 90666)
@@ -877,17 +877,6 @@
         if self.defer:
             stream.out(self.string)
 
-class Translate(object):
-    """
-    The translate clause works retrospectively.
-    """
-
-    def begin(self, stream):
-        raise
-
-    def end(self, stream):
-        raise
-
 class Method(object):
     """
     >>> from z3c.pt import testing



More information about the Checkins mailing list