summaryrefslogtreecommitdiff
path: root/talparser.py
diff options
context:
space:
mode:
Diffstat (limited to 'talparser.py')
-rw-r--r--talparser.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/talparser.py b/talparser.py
index a091986..9335ed0 100644
--- a/talparser.py
+++ b/talparser.py
@@ -36,9 +36,6 @@ class TALParser(XMLParser):
def getCode(self):
return self.gen.getCode()
- def getWarnings(self):
- return ()
-
def StartNamespaceDeclHandler(self, prefix, uri):
self.nsStack.append(self.nsDict.copy())
self.nsDict[uri] = prefix