humbug_trac: Clean up some unused imports/dummy class name.

(imported from commit 58ef3263c1a4f94c7affa94acd63f272b8749266)
This commit is contained in:
Tim Abbott
2012-10-24 18:19:50 -04:00
parent 03f82139ec
commit 57993eb1d8

View File

@@ -14,8 +14,7 @@
#
# Our install is trac.humbughq.com:/home/humbug/trac/
from trac.core import *
from trac.util.html import html
from trac.core import Component, implements
from trac.ticket import ITicketChangeListener
import sys
@@ -41,7 +40,7 @@ def send_update(ticket, content):
"subject": trac_subject(ticket)
})
class HelloWorldPlugin(Component):
class HumbugPlugin(Component):
implements(ITicketChangeListener)
def ticket_created(self, ticket):