Thanks for the response.
Unfortunately, I'm not anywhere near a sw developer.
I read the docs on creating plugins, and it requires knowledge in
writing code, which is definitey not me.
Can't I just unzip the .egg file in the current location? 


-Patty

-----Original Message-----
From: [email protected] [mailto:[email protected]]
On Behalf Of Remy Blank
Sent: Friday, October 28, 2011 1:58 AM
To: [email protected]
Subject: Re: [Trac] Help with Trac egg

Patty Cottrill wrote:
> I need to make this customization to the commit_updater.py, but I 
> don't have access to it because its in the Trac .egg file.
> The .egg file is located under /usr/local/lib/python2.6/dist-packages.
> Because it's an .egg file and not a directory, I can't get to the 
> commit_updater.py to edit.
> I ran unzip -t Trac-0.12.2-py2.6.egg and I can see the file in there.
> Any advise on how to address this issue.

You can create a single-file plugin, create a component that inherits
from the commit updater component, and override any methods you like.
Then, place your plugin into the "plugins" folder of your Trac
environment.

Note that you have to keep the original commit updater disabled in this
scenario, as your subclass will take its place.

-- Remy

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to