mirror of
https://github.com/arsenetar/send2trash.git
synced 2025-05-08 17:59:50 +00:00
Compare commits
2 Commits
2eb3242cd9
...
5d3835735e
Author | SHA1 | Date | |
---|---|---|---|
5d3835735e | |||
|
741c7ad51f |
@ -9,6 +9,7 @@ from tempfile import gettempdir
|
|||||||
from send2trash import send2trash as s2t
|
from send2trash import send2trash as s2t
|
||||||
|
|
||||||
# import the two versions as well as the "automatic" version
|
# import the two versions as well as the "automatic" version
|
||||||
|
if sys.platform == "win32":
|
||||||
from send2trash.plat_win_modern import send2trash as s2t_modern
|
from send2trash.plat_win_modern import send2trash as s2t_modern
|
||||||
from send2trash.plat_win_legacy import send2trash as s2t_legacy
|
from send2trash.plat_win_legacy import send2trash as s2t_legacy
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user