1
0
mirror of https://github.com/arsenetar/send2trash.git synced 2026-03-26 15:51:38 +00:00

Added the plat_other module (for Linux).

This commit is contained in:
Virgil Dupras
2010-04-06 18:55:30 +02:00
parent 8a1dff2947
commit 6856e49f2d
2 changed files with 22 additions and 1 deletions

View File

@@ -5,4 +5,4 @@ if sys.platform == 'darwin':
elif sys.platform == 'win32':
from plat_win import send2trash
else:
print "Unsupported platform"
from plat_other import send2trash