[telepathy-python/master] Add the generated Client interfaces to the telepathy.server namespace

Danielle Madeley danielle at madeley.id.au
Sun Nov 8 15:19:29 PST 2009


---
 src/server/__init__.py |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/server/__init__.py b/src/server/__init__.py
index 1c0aa1f..1817355 100644
--- a/src/server/__init__.py
+++ b/src/server/__init__.py
@@ -29,4 +29,9 @@ from telepathy.server.handle import *
 from telepathy.server.media import *
 from telepathy.server.properties import *
 
+from telepathy._generated.Client_Observer import ClientObserver
+from telepathy._generated.Client_Approver import ClientApprover
+from telepathy._generated.Client_Handler import ClientHandler
+from telepathy._generated.Client_Interface_Requests import ClientInterfaceRequests
+
 from telepathy import version, __version__
-- 
1.5.6.5




More information about the telepathy-commits mailing list