~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to MoinMoin/support/werkzeug/debug/templates/traceback_plaintext.html

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20080622211713-inlv5k4eifxckelr
ImportĀ upstreamĀ versionĀ 1.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Traceback (most recent call last):
2
 
<% for frame in traceback.frames %>
3
 
  File "$frame.filename", line $frame.lineno, in $frame.function_name
4
 
    $frame.current_line.strip()
5
 
<% endfor %>
6
 
$traceback.exception