diff -r 98c11482598e -r 34ef4eccdf6c Debugger/VariablesViewer.py --- a/Debugger/VariablesViewer.py Fri Jun 14 17:43:32 2013 +0200 +++ b/Debugger/VariablesViewer.py Fri Jun 14 18:52:04 2013 +0200 @@ -8,6 +8,10 @@ """ from __future__ import unicode_literals # __IGNORE_WARNING__ +try: + str = unicode +except (NameError): + pass from PyQt4.QtCore import Qt, QRegExp, qVersion from PyQt4.QtGui import QTreeWidget, QTreeWidgetItem, QApplication, QAbstractItemView, \