remove unused listen_url

This commit is contained in:
Frédéric Péters 2011-12-02 15:47:26 +01:00
parent 68df4bce86
commit eb1851ae3c
1 changed files with 0 additions and 3 deletions

View File

@ -89,9 +89,6 @@ class BaseEvent(Item):
return '#'
def listen_url(self):
return '#'
class Event(BaseEvent):
implements(IEvent)