~ubuntu-branches/ubuntu/trusty/telepathy-python/trusty

« back to all changes in this revision

Viewing changes to src/client/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2010-11-21 19:49:38 UTC
  • mfrom: (1.4.1 upstream) (11.1.6 sid)
  • mto: (11.1.7 sid)
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: james.westby@ubuntu.com-20101121194938-ulhgwjq1vnwofzsa
Tags: 0.15.18-1
* New upstream release.
* Bump Standards-Version to 3.9.1
* Switch to dpkg-source 3.0 (quilt) format

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
from telepathy.client.interfacefactory import InterfaceFactory
21
21
from telepathy.client.managerregistry import ManagerRegistry
 
22
from telepathy.client.accountmgr import AccountManager
 
23
from telepathy.client.account import Account
22
24
from telepathy.client.connmgr import ConnectionManager
23
25
from telepathy.client.conn import Connection
24
26
from telepathy.client.channel import Channel