From eb1851ae3ccee7f19219ecc8b8b1e84fd3d0be9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 2 Dec 2011 15:47:26 +0100 Subject: [PATCH] remove unused listen_url --- tabellio/agenda/event.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tabellio/agenda/event.py b/tabellio/agenda/event.py index ce73b85..3ee6265 100644 --- a/tabellio/agenda/event.py +++ b/tabellio/agenda/event.py @@ -89,9 +89,6 @@ class BaseEvent(Item): return '#' - def listen_url(self): - return '#' - class Event(BaseEvent): implements(IEvent)