
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.
9 lines
166 B
Makefile
9 lines
166 B
Makefile
sugardir = $(pythondir)/sugar3/bundle
|
|
sugar_PYTHON = \
|
|
__init__.py \
|
|
bundle.py \
|
|
activitybundle.py \
|
|
bundleversion.py \
|
|
contentbundle.py \
|
|
helpers.py
|