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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user