Mercurial > p > roundup > code
diff roundup/cgi/templating.py @ 1078:344bad728d10
more tweakage of help display and style issues
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 09 Sep 2002 04:43:10 +0000 |
| parents | 954ad22eb7d9 |
| children | 04b44df7af1d |
line wrap: on
line diff
--- a/roundup/cgi/templating.py Mon Sep 09 03:28:20 2002 +0000 +++ b/roundup/cgi/templating.py Mon Sep 09 04:43:10 2002 +0000 @@ -168,7 +168,8 @@ __traceback_supplement__ = (PageTemplate.PageTemplateTracebackSupplement, self) if self._v_errors: - raise PTRuntimeError, 'Page Template %s has errors.' % self.id + raise PageTemplate.PTRuntimeError, \ + 'Page Template %s has errors.' % self.id # figure the context classname = classname or client.classname
