Sun, 13 Apr 2014 15:45:57 +0200
Fixed an issue introduced by the new running interpreter browser model feature.
UI/BrowserModel.py | file | annotate | diff | comparison | revisions |
diff -r 84e7cee47d10 -r d85fadb263a0 UI/BrowserModel.py --- 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