ThirdParty/Send2Trash/send2trash/plat_other.py

branch
6_0_x
changeset 4248
5a413ab0f6a3
parent 3644
a2c88b9b1d16
child 5587
ea526b78ee6c
equal deleted inserted replaced
4246:1ad4be314c53 4248:5a413ab0f6a3
13 # 13 #
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:
19 str = unicode
20 except NameError:
21 pass
18 22
19 import sys 23 import sys
20 import os 24 import os
21 import os.path as op 25 import os.path as op
22 from datetime import datetime 26 from datetime import datetime

eric ide

mercurial