send2trash/send2trash
Matthew D. Scholefield 9ede898c3e
Create __main__.py (Fixes #15) (#38)
This adds a main method that mimics the behavior of `rm`. It can be called via `python -m send2trash somefile`.
2020-05-27 07:52:00 -04:00
..
__init__.py Define TrashPermissionError (#21) 2018-02-06 17:28:47 -05:00
__main__.py Create __main__.py (Fixes #15) (#38) 2020-05-27 07:52:00 -04:00
compat.py Fix newly-introduced crash under Windows 2017-08-07 22:51:37 -04:00
exceptions.py Define TrashPermissionError (#21) 2018-02-06 17:28:47 -05:00
plat_gio.py Raise TrashPermissionError from gio backend (#22) 2018-02-16 09:30:26 -05:00
plat_osx.py Update copyright 2017-08-03 20:52:19 -04:00
plat_other.py Define TrashPermissionError (#21) 2018-02-06 17:28:47 -05:00
plat_win.py Fix silently failing on Windows (#33) 2019-04-30 12:28:09 -04:00