summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2010-03-08 15:39:32 +0000
committerOlivier Le Thanh Duong <olivier@lethanh.be>2010-03-09 15:28:10 +0100
commitb369206860bbf09ca8d211024841939aefc45d2f (patch)
tree6d9bd60f67779386970dadfaa78365d376632c64
parentf3b9e7d153cf71b39344e459672dee3366bc3430 (diff)
channel: remove duplicate ChannelTypeFileTransfer definition
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r--src/server/channel.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/server/channel.py b/src/server/channel.py
index b454823..52e750a 100644
--- a/src/server/channel.py
+++ b/src/server/channel.py
@@ -170,22 +170,6 @@ class ChannelTypeFileTransfer(Channel, _ChannelTypeFileTransferIface):
Channel.__init__(self, connection, manager, props)
-from telepathy._generated.Channel_Type_File_Transfer \
- import ChannelTypeFileTransfer as _ChannelTypeFileTransferIface
-
-class ChannelTypeFileTransfer(Channel, _ChannelTypeFileTransferIface):
- __doc__ = _ChannelTypeFileTransferIface.__doc__
-
- def __init__(self, connection, manager, props):
- """
- Initialise the channel.
-
- Parameters:
- connection - the parent Telepathy Connection object
- """
- Channel.__init__(self, connection, manager, props)
-
-
from telepathy._generated.Channel_Type_Streamed_Media \
import ChannelTypeStreamedMedia as _ChannelTypeStreamedMediaIface