Changes between Initial Version and Version 2 of Ticket #954


Ignore:
Timestamp:
Nov 30, 2006, 9:26:19 PM (17 years ago)
Author:
Noah Kantrowitz
Comment:

Fix formatting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #954

    • Property Owner changed from Bas van der Vlies to anonymous
    • Property Status changed from new to assigned
  • Ticket #954 – Description

    initial v2  
    11When I updated to 0.10.2 all of a sudden email2trac broke. Digging a bit I see:
    2 
     2{{{
    33Traceback (most recent call last):
    44  File "/usr/local/bin/email2trac", line 874, in ?
     
    2121    self.href = absurls and (req or env).abs_href or (req or env).href
    2222AttributeError: 'Environment' object has no attribute 'href'
    23 
     23}}}
    2424
    2525Which I've seen before. The attached patch fixes it (at least it seems to).