summaryrefslogtreecommitdiff
path: root/examples/demo/demos
Commit message (Collapse)AuthorAgeFilesLines
* examples: Fix flake8 whitespace errorNirbheek Chauhan2022-07-311-1/+1
| | | | | + python -m flake8 ./examples/demo/demos/combobox.py:212:24: E275 missing whitespace after keyword
* flake8: fix errors with new flake8 3.8.0Christoph Reiter2020-05-171-2/+2
|
* Remove all Python 2 Python codeChristoph Reiter2020-04-151-1/+0
|
* GTK+ -> GTKChristoph Reiter2019-02-132-4/+4
|
* examples: fix new flake8 warningsChristoph Reiter2019-01-272-8/+8
|
* Always use utf-8 and not the default encodingChristoph Reiter2018-04-081-2/+2
| | | | | In the recent cleanup I missed that Python 2 doesn't default to utf-8 there.
* flake8: remove python2 builtin listChristoph Reiter2018-04-071-12/+5
| | | | | Only use the _compat aliases and hide them in _compat through eval(). This will make flake8 complain in case any py2 only builtins are used.
* demo: pep8 fixesChristoph Reiter2017-12-0828-670/+700
| | | | The demo app now gets analyzed by pep8 since it was moved to the examples.
* demo: Move demo into examples and dist itChristoph Reiter2017-12-0661-0/+6423
We might want to install it in the future, but until then at least put it into the tarball. https://bugzilla.gnome.org/show_bug.cgi?id=735918