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 |