84ad1b84cc5f90fee708d6099cc7b00c00dd6361
Right now is not possible do "from sugar3.datastore import datastore" outside of GLib loop, because the import try to connect to a DBus signal, and throw a exception. That was not a problem in Sugar, because we always have a Glib loop on all our activities, but is a problem when we want import the classes to generate docs with pydoc. Many other classes import datastore, then this is a blocker. This patch removes the initialization when imported, will be done when needed.
…
…
…
Sugar is the core of the OLPC Human Interface. The toolkit provides a set of widgets to build HIG compliant applications and interfaces to interact with system services like presence and the datastore.
Description
Languages
Gettext Catalog
62.6%
Python
24.5%
C
12.3%
Makefile
0.3%
M4
0.3%