changeset 150:d35688d16831 trunk

Removed to many classes from the `__all__` list of `markup.template` in [191].
author cmlenz
date Tue, 15 Aug 2006 22:01:01 +0000
parents 537f819c547b
children fb71efbd6ad4
files markup/template.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/markup/template.py
+++ b/markup/template.py
@@ -31,8 +31,8 @@
 from markup.input import XMLParser
 from markup.path import Path
 
-__all__ = ['TemplateSyntaxError', 'TemplateNotFound', 'Template',
-           'TemplateLoader']
+__all__ = ['BadDirectiveError', 'TemplateError', 'TemplateSyntaxError',
+           'TemplateNotFound', 'Template', 'TemplateLoader']
 
 
 class TemplateError(Exception):
Copyright (C) 2012-2017 Edgewall Software