ThirdParty/Send2Trash/send2trash/compat.py

changeset 4555
861e1741985c
parent 3644
a2c88b9b1d16
child 5994
cf0b37d2a28d
--- a/ThirdParty/Send2Trash/send2trash/compat.py	Thu Nov 12 19:17:05 2015 +0100
+++ b/ThirdParty/Send2Trash/send2trash/compat.py	Fri Nov 13 22:52:26 2015 +0100
@@ -4,6 +4,8 @@
 # which should be included with this package. The terms are also available at 
 # http://www.hardcoded.net/licenses/bsd_license
 
+from __future__ import unicode_literals
+
 import sys
 if sys.version < '3':
     text_type = unicode

eric ide

mercurial