Project/ProjectInterfacesBrowser.py

branch
Py2 comp.
changeset 2525
8b507a9a2d40
parent 2408
dc3a7c9d8f6e
child 2541
1ffa9f2f1be5
diff -r 139f182b72f6 -r 8b507a9a2d40 Project/ProjectInterfacesBrowser.py
--- a/Project/ProjectInterfacesBrowser.py	Sun Mar 24 13:52:12 2013 +0100
+++ b/Project/ProjectInterfacesBrowser.py	Mon Mar 25 03:11:06 2013 +0100
@@ -7,6 +7,12 @@
 Module implementing the a class used to display the interfaces (IDL) part of the project.
 """
 
+from __future__ import unicode_literals    # __IGNORE_WARNING__
+try:
+    str = unicode
+except (NameError):
+    pass
+
 import os
 import glob
 

eric ide

mercurial