summaryrefslogtreecommitdiff
path: root/src/plugins/samplepython/samplepython.py
Commit message (Collapse)AuthorAgeFilesLines
* Port sample python plugin to python 3wip/python3Ignacio Casal Quinteiro2013-04-291-2/+2
|
* plugins: Add an __init__ to the samplepython plugin and spice it up a bitPhilip Withnall2011-04-051-1/+5
| | | | | | | Now it irritatingly toggles fullscreen mode when being deactivated, as well as when being activated! Helps: bgo#645739
* plugins: Rename sample-python to samplepythonPhilip Withnall2011-04-051-0/+15
pylint was complaining about the filename containing a hyphen, so to keep things consistent I renamed the entire plugin. Helps: bgo#645739