Changes between Initial Version and Version 1 of Ticket #13193


Ignore:
Timestamp:
May 25, 2017, 8:51:36 PM (7 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13193 – Description

    initial v1  
    55After installing i get some errors:
    66
     7{{{
    78Trac[loader] ERROR: Skipping "codereview = codereview":
    89Traceback (most recent call last):
     
    1819    from trac.util.text import _
    1920ImportError: cannot import name _
    20 
     21}}}
    2122
    2223So i patched all "from trac.util.text import _" to "from trac.util.translation import _"