ThirdParty/Send2Trash/send2trash/plat_other.py

changeset 4247
c5d6a59a8cdd
parent 3644
a2c88b9b1d16
child 5587
ea526b78ee6c
--- a/ThirdParty/Send2Trash/send2trash/plat_other.py	Fri May 01 11:28:29 2015 +0200
+++ b/ThirdParty/Send2Trash/send2trash/plat_other.py	Mon May 04 19:42:53 2015 +0200
@@ -15,6 +15,10 @@
 # find or create the user's trash directory.
 
 from __future__ import unicode_literals
+try:
+    str = unicode
+except NameError:
+    pass
 
 import sys
 import os

eric ide

mercurial