[Telepathy-commits] [muji/master] Define GoogleVSession correctly

Sjoerd Simons sjoerd.simons at collabora.co.uk
Thu Mar 19 05:33:17 PDT 2009


---
 jingle.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/jingle.py b/jingle.py
index 74756e8..a7759c7 100644
--- a/jingle.py
+++ b/jingle.py
@@ -1165,7 +1165,7 @@ class GoogleSession(JingleBaseSession):
         dlist = defer.DeferredList(deferreds)
         dlist.addCallback(self.content_preparation_finished)
 
-class GoogleVSession:
+class GoogleVSession(GoogleSession):
     def __init__(self, client, conference = None):
         GoogleSession.__init__(self, client, conference,
             GoogleSession.SESSION_TYPE_VIDEO)
-- 
1.5.6.5




More information about the telepathy-commits mailing list