~urbanape/ubuntu-sso-client/initial-darwin-port

« back to all changes in this revision

Viewing changes to ubuntu_sso/main/linux.py

  • Committer: Tarmac
  • Author(s): Manuel de la Pena, manuel.delapena at canonical
  • Date: 2012-04-18 15:04:12 UTC
  • mfrom: (933.2.19 fix-broken-tests)
  • Revision ID: tarmac-20120418150412-qj8vh6b8si0mlqj7
- Fixed all those broken tests on windows related to the dirty reactor left by twisted.pb (LP: #960436).

Show diffs side-by-side

added added

removed removed

Lines of Context:
440
440
        self.sso_login = SSOLoginClient().dbus_iface
441
441
        self.cred_manager = CredentialsManagementClient().dbus_iface
442
442
 
 
443
    def connect(self):
 
444
        """No need to connect DBus proxy objects."""
 
445
        return defer.succeed(None)
 
446
 
443
447
    def disconnect(self):
444
448
        """No need to disconnect DBus proxy objects."""
445
449
        return defer.succeed(None)