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.
Ibiam Chihurumnaya 8c976bd56a xml.etree.CElementTree deprecated
Any activity fails to build with Python 3.9;

Traceback (most recent call last):
  File "setup.py", line 19, in <module>
    from sugar3.activity import bundlebuilder
  File "sugar3/activity/bundlebuilder.py", line 44, in <module>
    import xml.etree.cElementTree as ET
ModuleNotFoundError: No module named 'xml.etree.cElementTree'

See https://docs.python.org/3.9/whatsnew/3.9.html#removed
"The xml.etree.cElementTree module has been removed."

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1817644

Signed-off-by: Ibiam Chihurumnaya <ibiamchihurumnaya@gmail.com>
Signed-off-by: James Cameron <quozl@laptop.org>
4 years ago
..
Makefile.am Port from Python 2 to six 5 years ago
__init__.py Documentation - small typos 7 years ago
activity.py Correct SyntaxWarning - Python3.8 4 years ago
activityfactory.py Clean activity logs successful completion 5 years ago
activityhandle.py Port from Python 2 to six 5 years ago
activityinstance.py Fix unnecessary whitespace in warning 5 years ago
activityservice.py Port from Python 2 to six 5 years ago
bundlebuilder.py xml.etree.CElementTree deprecated 4 years ago
i18n.py Remove unused imports 11 years ago
webactivity.py Fix Python GI API warnings for web activities 7 years ago
webkit1.py Port from Python 2 to six 5 years ago
widgets.py Add RedoButton accelerator 4 years ago