~doctormo/groundcontrol/bugfix-lp-659875

« back to all changes in this revision

Viewing changes to GroundControl/daemon.py

  • Committer: Martin Owens
  • Date: 2010-10-01 18:42:29 UTC
  • Revision ID: doctormo@gmail.com-20101001184229-3z81z40wsy3v6xk1
Updates for tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
    @dbus_method(SOA, in_signature='', out_signature='o')
177
177
    def me(self):
178
178
        """Return a me launchpad wrapper object"""
 
179
        if self._me == None:
 
180
            return 'anonymous'
179
181
        return self._me
180
182
 
181
183
    def bzr_config(self):