ThirdParty/Send2Trash/send2trash/plat_other.py

changeset 5587
ea526b78ee6c
parent 4247
c5d6a59a8cdd
child 5624
cdd346d8858b
diff -r 0e5421d679e7 -r ea526b78ee6c ThirdParty/Send2Trash/send2trash/plat_other.py
--- a/ThirdParty/Send2Trash/send2trash/plat_other.py	Tue Mar 07 18:46:09 2017 +0100
+++ b/ThirdParty/Send2Trash/send2trash/plat_other.py	Tue Mar 07 18:53:18 2017 +0100
@@ -16,7 +16,7 @@
 
 from __future__ import unicode_literals
 try:
-    str = unicode
+    str = unicode       # __IGNORE_WARNING_M131__
 except NameError:
     pass
 

eric ide

mercurial