minor update (for future implementation of more advanced error page logic)

This commit is contained in:
Miroslav Stampar
2010-10-06 12:10:00 +00:00
parent 10ab6371f2
commit 56dbf0038f
3 changed files with 3 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ class htmlHandler(ContentHandler):
if self.__match:
self.dbms = self.__dbms
self.__match = None
kb.errorPages.add(self.__page)
def htmlParser(page):
"""