~kamstrup/zeitgeist/query-expansion

« back to all changes in this revision

Viewing changes to zeitgeist/client.py

  • Committer: Siegfried-Angel Gevatter Pujals
  • Date: 2010-01-21 14:57:23 UTC
  • mto: This revision was merged to the branch mainline in revision 1323.
  • Revision ID: rainct@ubuntu.com-20100121145723-i7mdzuxi8ch699m8
And more stuff...

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
        
103
103
        def version(self):
104
104
                """Returns the API version"""
105
 
                return self.__proxy.get_dbus_method("Get",
 
105
                return self.__shared_state["__proxy"].get_dbus_method("Get",
106
106
                        dbus_interface=dbus.PROPERTIES_IFACE)(self.INTERFACE_NAME,
107
107
                        "version")
108
108