ThirdParty/Send2Trash/send2trash/plat_other.py

changeset 5587
ea526b78ee6c
parent 4247
c5d6a59a8cdd
child 5624
cdd346d8858b
equal deleted inserted replaced
5586:0e5421d679e7 5587:ea526b78ee6c
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 19 str = unicode # __IGNORE_WARNING_M131__
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