ThirdParty/Send2Trash/send2trash/plat_other.py

changeset 5624
cdd346d8858b
parent 5587
ea526b78ee6c
child 5994
cf0b37d2a28d
equal deleted inserted replaced
5623:f4d7cfdadc3f 5624:cdd346d8858b
14 # For external volumes this implementation will raise an exception if it can't 14 # For external volumes this implementation will raise an exception if it can't
15 # find or create the user's trash directory. 15 # find or create the user's trash directory.
16 16
17 from __future__ import unicode_literals 17 from __future__ import unicode_literals
18 try: 18 try:
19 str = unicode # __IGNORE_WARNING_M131__ 19 str = unicode
20 except NameError: 20 except NameError:
21 pass 21 pass
22 22
23 import sys 23 import sys
24 import os 24 import os

eric ide

mercurial