--- a/Utilities/ClassBrowsers/__init__.py Sat Oct 19 16:51:12 2013 +0200 +++ b/Utilities/ClassBrowsers/__init__.py Sat Oct 19 17:42:18 2013 +0200 @@ -65,8 +65,8 @@ dict = jsclbr.readmodule_ex(module, path) jsclbr._modules.clear() elif ext in Preferences.getPython("PythonExtensions") or \ - ext in Preferences.getPython("Python3Extensions") or \ - isPyFile: + ext in Preferences.getPython("Python3Extensions") or \ + isPyFile: from . import pyclbr dict = pyclbr.readmodule_ex(module, path, isPyFile=isPyFile) pyclbr._modules.clear()