summaryrefslogtreecommitdiff
path: root/examples/mixed.py
AgeCommit message (Collapse)AuthorFilesLines
2019-02-20Examples: remove use of Python 2/3 incompatible urllib/urlparse.Patrick Monnerat1-22/+6
Plus some other rewriting to improve lisibility.
2019-01-30Modernize examplesPatrick Monnerat1-0/+134
The example extension scripts need to be in sync with new versions of referenced foreign packages. This commit also makes them compatible with Python version 3 (retaining Python 2 compatibility). An additional example extension "mixed" is added: it implements all caja extension features and can also be used as a new extension pattern. See source header comment for a description. Ref: https://github.com/mate-desktop/python-caja/pull/34#issuecomment-457257832