Home | History | Annotate | Download | only in evalexception
      1 # (c) 2005 Ian Bicking and contributors; written for Paste (http://pythonpaste.org)
      2 # Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
      3 """
      4 An exception handler for interactive debugging
      5 """
      6 from paste.evalexception.middleware import EvalException
      7 
      8