ThirdParty/Send2Trash/send2trash/plat_other.py

branch
6_0_x
changeset 4248
5a413ab0f6a3
parent 3644
a2c88b9b1d16
child 5587
ea526b78ee6c
--- a/ThirdParty/Send2Trash/send2trash/plat_other.py	Fri May 01 11:38:19 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