summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <robert.mcqueen@collabora.co.uk>2006-07-13 20:02:35 +0000
committer <robert.mcqueen@collabora.co.uk>2006-07-13 20:02:35 +0000
commit8b4d8aaf71d5f213f4b071805d5ad91c3ad7f11f (patch)
tree9b73c378162736466c3e1064452f49ce33ca7096
parentce11f02334789e3fc94fbc83d7f7d34a87121eac (diff)
GetProtocol on Connection should never return Disconnected, the protocol is constanttelepathy-spec-0.12
-rw-r--r--telepathy/server/conn.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/telepathy/server/conn.py b/telepathy/server/conn.py
index 79cfaebf..bc0cd10b 100644
--- a/telepathy/server/conn.py
+++ b/telepathy/server/conn.py
@@ -189,9 +189,6 @@ class Connection(dbus.service.Object):
Returns:
a string identifier for the protocol
-
- Potential Errors:
- Disconnected
"""
return self._proto