Changeset 163 for trunk/email2trac.py.in


Ignore:
Timestamp:
07/05/07 11:17:13 (17 years ago)
Author:
bas
Message:

email2trac.py.in, ChangeLog?:

  • Added keyword python_egg_cache for environment variable closes tocjet #10
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/email2trac.py.in

    r155 r163  
    186186                else:
    187187                        self.USE_TEXTWRAP = 0
     188
     189                if parameters.has_key('python_egg_cache'):
     190                        self.python_egg_cache = str(parameters['python_egg_cache'])
     191                        os.environ['PYTHON_EGG_CACHE'] = self.python_egg_cache
    188192
    189193        # X-Spam-Score: *** (3.255) BAYES_50,DNS_FROM_AHBL_RHSBL,HTML_
Note: See TracChangeset for help on using the changeset viewer.