Sugar Learning Environment, Activity Toolkit, GTK 3.
84ad1b84cc
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. |
||
---|---|---|
bin | ||
examples | ||
m4 | ||
po | ||
src | ||
tests | ||
.gitignore | ||
AUTHORS | ||
autogen.sh | ||
configure.ac | ||
COPYING | ||
MAINTAINERS | ||
Makefile.am | ||
README |
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.