Sugar Learning Environment, Activity Toolkit, GTK 3.
Go to file
James Cameron 2265623933 Fix Python GI API version warning in datastore
When the datastore process begins on Fedora 26, the import of mime.py
causes a version warning to the system journal.

```
Jun 09 10:28:01 localhost-live org.laptop.sugar.DataStore[2197]: /usr/lib/python2.7/site-packages/sugar3/mime.py:29: PyGIWarning: GdkPixbuf was imported without specifying a version first. Use gi.require_version('GdkPixbuf', '2.0') before import to ensure that the right version gets loaded.
Jun 09 10:28:01 localhost-live org.laptop.sugar.DataStore[2197]:   from gi.repository import GdkPixbuf
```

Accidental finding on #4989.
2017-06-10 12:26:38 +10:00
bin Remove noisy output from sugar-activity 2017-06-10 08:42:02 +10:00
doc Release Sugar 0.110.0 stable 2016-10-07 21:49:00 +11:00
examples Example fixes 2017-01-14 13:02:50 -03:00
m4
po Update translations for ach, da, hr, pt_BR 2017-06-05 10:33:16 +10:00
src Fix Python GI API version warning in datastore 2017-06-10 12:26:38 +10:00
tests
.gitignore Add generated doc files to the gitignore 2016-06-18 12:30:53 +10:00
AUTHORS
autogen.sh
configure.ac Release Sugar 0.110.0 stable 2016-10-07 21:49:00 +11:00
COPYING
MAINTAINERS
make-doc.sh
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.