You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Daniel Drake efaf9f9b2f Avoid use of uuid module
Upon import of uuid, that module uses ctypes.util to find libuuid/libc,
which involves forking a shell process which then forks and runs ldconfig.

ldconfig performs a whole bunch of disk accesses. This is a slowdown.

uuid.getnode() is also documented to be slow. Lets avoid using it in
the activity launch path; we don't need such a high degree of
randomness.

This makes activities launch 1-2 seconds faster on XO-1.
11 years ago
..
Makefile.am Rename HTML to web 11 years ago
__init__.py Rename imports from sugar to sugar3 13 years ago
activity.py pep8'd sugar3.activity 11 years ago
activityfactory.py Avoid use of uuid module 11 years ago
activityhandle.py pep8'd sugar3.activity 11 years ago
activityservice.py Rename imports from sugar to sugar3 13 years ago
bundlebuilder.py pep8'd sugar3.activity 11 years ago
i18n.py pep8'd sugar3.activity 11 years ago
webactivity.py Send bundleId and objectId to javascript 11 years ago
widgets.py pep8'd sugar3.activity 11 years ago