~ubuntu-branches/ubuntu/lucid/landscape-client/lucid-updates

« back to all changes in this revision

Viewing changes to landscape/hal.py

  • Committer: Package Import Robot
  • Author(s): Andreas Hasenack
  • Date: 2012-04-10 14:28:48 UTC
  • mfrom: (1.1.27)
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: package-import@ubuntu.com-20120410142848-7xsy4g2xii7y7ntc
ImportĀ upstreamĀ versionĀ 12.04.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
            manager = self._bus.get_object("org.freedesktop.Hal",
13
13
                                           "/org/freedesktop/Hal/Manager")
14
14
        except DBusException:
15
 
            logging.error("Couldn't to connect to Hal via DBus")
 
15
            logging.error("Couldn't connect to Hal via DBus")
16
16
            self._manager = None
17
17
        else:
18
18
            self._manager = Interface(manager, "org.freedesktop.Hal.Manager")