~ubuntu-branches/ubuntu/maverick/telepathy-idle/maverick

« back to all changes in this revision

Viewing changes to tests/twisted/constants.py

  • Committer: Bazaar Package Importer
  • Author(s): Sjoerd Simons
  • Date: 2009-05-29 12:24:09 UTC
  • mfrom: (1.1.8 upstream) (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090529122409-q2jhmp7771szusbg
Tags: 0.1.4-1
New Upstream Version

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
CONN = "org.freedesktop.Telepathy.Connection"
25
25
CONN_IFACE_REQUESTS = CONN + '.Interface.Requests'
26
26
 
27
 
ERRORS = 'org.freedesktop.Telepathy.Errors'
 
27
ERRORS = 'org.freedesktop.Telepathy.Error'
28
28
INVALID_ARGUMENT = ERRORS + '.InvalidArgument'
29
29
NOT_IMPLEMENTED = ERRORS + '.NotImplemented'
30
30
NOT_AVAILABLE = ERRORS + '.NotAvailable'
 
31
INVALID_HANDLE = ERRORS + '.InvalidHandle'
31
32
 
32
33
TUBE_PARAMETERS = CHANNEL_IFACE_TUBE + '.Parameters'
33
34
TUBE_STATE = CHANNEL_IFACE_TUBE + '.State'