| Server IP : 182.53.201.61 / Your IP : 216.73.217.175 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib/python2.6/site-packages/paste/debug/ |
Upload File : |
Ñò ÊIc @ s© d Z d d k l Z d d k Z d d k Z d d k l Z d d k l Z d d k l Z d d k Z e a d g Z d e f d „ ƒ YZ d e f d „ ƒ YZ d S( s Middleware that displays everything that is printed inline in application pages. Anything printed during the request will get captured and included on the page. It will usually be included as a floating element in the top right hand corner of the page. If you want to override this you can include a tag in your template where it will be placed:: <pre id="paste-debug-prints"></pre> You might want to include ``style="white-space: normal"``, as all the whitespace will be quoted, and this allows the text to wrap if necessary. iÿÿÿÿ( t StringION( t threadedprint( t wsgilib( t responset PrintDebugMiddlewaret TeeFilec B s e Z d „ Z d „ Z RS( c C s | | _ d S( N( t files( t selfR ( ( s6 /usr/lib/python2.6/site-packages/paste/debug/prints.pyt __init__"