From 5955b6fc5560be7ce183a65d915fdc9ef44febae Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 24 Oct 2012 18:04:05 -0400 Subject: [PATCH] Add a few more explanatory comments for modifying the trac plugin. (imported from commit 9995e51bcfdbe46d8211e54b692b0c4f4215f282) --- humbug_trac.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/humbug_trac.py b/humbug_trac.py index 8223860..5951007 100644 --- a/humbug_trac.py +++ b/humbug_trac.py @@ -8,6 +8,11 @@ # # [components] # humbug_trac = enabled +# +# You may then need to restart trac (or restart Apache) for the bot +# (or changes to the bot) to actually be loaded by trac. +# +# Our install is trac.humbughq.com:/home/humbug/trac/ from trac.core import * from trac.util.html import html