Sugar Learning Environment, Activity Toolkit, GTK 3.
Go to file
Morgan Collett e9ebfdea3a #8420: Fix traceback on 404 in ChunkedGlibHTTPRequestHandler
self._cleanup does the self._file.close() anyway if the file exists.
The self._file.close() removed here is redundant, and will always
fail on file not found, which is handled in send_head by returning
None for self._file.
2008-10-29 14:30:37 +02:00
m4
po
src #8420: Fix traceback on 404 in ChunkedGlibHTTPRequestHandler 2008-10-29 14:30:37 +02:00
tests
.gitignore
AUTHORS
autogen.sh
configure.ac Remove the clipboard service wrapper 2008-09-16 15:34:26 +02:00
COPYING
Makefile.am Use a src directory consistently with base and shell. 2008-04-29 14:58:34 +02:00
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.