Changes between Initial Version and Version 1 of Ticket #12977, comment 8


Ignore:
Timestamp:
Dec 2, 2016, 7:19:07 PM (7 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12977, comment 8

    initial v1  
    55my trac.wsgi:
    66
    7 {{{
     7{{{#!python
    88import sys
    99sys.stdout = sys.stderr
     
    1616
    1717application = trac.web.main.dispatch_request
    18 
    19 
    2018}}}