Sun, 13 Apr 2014 15:45:57 +0200
Fixed an issue introduced by the new running interpreter browser model feature.
--- a/UI/BrowserModel.py Sat Apr 12 22:39:33 2014 +0200 +++ b/UI/BrowserModel.py Sun Apr 13 15:45:57 2014 +0200 @@ -8,6 +8,10 @@ """ from __future__ import unicode_literals +try: + str = unicode +except NameError: + pass import os import fnmatch