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 be91f84a4b Avoid auto-import of bundle helpers (#4527)
The new bundle helpers were being auto-loaded with sugar3.bundle due
to their placement in __init__.py. This was causing Gi to be imported,
breaking GTK2 activity launches.

Move the helpers to a dedicated module.
11 years ago
..
data Add bundle instantiation helpers 11 years ago
graphics pep8'd tests 11 years ago
test_bundle.py Avoid auto-import of bundle helpers (#4527) 11 years ago
test_bundlebuilder.py pep8'd tests 11 years ago
test_mime.py pep8'd tests 11 years ago
test_uitree.py pep8'd tests 11 years ago