summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Jung <yet@gmx.de>2007-08-04 10:23:32 +0000
committerAndreas Jung <yet@gmx.de>2007-08-04 10:23:32 +0000
commit1c0ecfee6e3ac6d76f395bec3eb47a58bce9310c (patch)
tree7119d3b83a3c47bb0ce472f4d5cc485e1b03a30a /src
parenteaf1264e74974aad2645c2740a70625460f1d8c5 (diff)
downloadzope-pagetemplate-1c0ecfee6e3ac6d76f395bec3eb47a58bce9310c.tar.gz
removed pt_warnings() since the pt_warnings() implementation has been removed
(appearently being a cruft) without removing the method from the interface
Diffstat (limited to 'src')
-rw-r--r--src/zope/pagetemplate/interfaces.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/zope/pagetemplate/interfaces.py b/src/zope/pagetemplate/interfaces.py
index 41f7451..84a268e 100644
--- a/src/zope/pagetemplate/interfaces.py
+++ b/src/zope/pagetemplate/interfaces.py
@@ -48,13 +48,6 @@ class IPageTemplate(Interface):
when an attempt was made to render the template.
"""
- def pt_warnings():
- """Return a sequence of warnings from the parser.
-
- This can be useful to present to the template author to
- indication forward compatibility problems with the template.
- """
-
def read():
"""Get the template source
"""