Commit Graph

5 Commits

Author SHA1 Message Date
Teemu Ikonen 6bd0bb0530 Remove unused imports and pass statements
Fixes flake8 error F401.
Most errors were fixed by running

autoflake -i -r --remove-all-unused-imports .

which also removes unnecessary 'pass' statements, some by hand-editing.
2022-11-14 18:32:09 +02:00
Eric Le Lay 63dc00ba76 fix #627 create-desktop-icon.py fails when the name of the Desktop dir is localized 2019-06-02 18:25:03 +02:00
Adam Voss c981d75a29 Merge 'Add tools/create-desktop-icon.py' into py3 2017-03-25 15:04:20 -05:00
Adam Voss 37371c3a53 Ran `2to3` on create-desktop-icon.py 2017-03-25 14:34:34 -05:00
Thomas Perl 4171a5fc4b Add tools/create-desktop-icon.py 2016-12-22 15:24:01 +01:00