--- a/Utilities/ClassBrowsers/idlclbr.py Sun Sep 29 15:54:10 2013 +0200 +++ b/Utilities/ClassBrowsers/idlclbr.py Sun Sep 29 18:22:08 2013 +0200 @@ -174,13 +174,13 @@ def readmodule_ex(module, path=[]): - ''' + """ Read a CORBA IDL file and return a dictionary of classes, functions and modules. @param module name of the CORBA IDL file (string) @param path path the file should be searched in (list of strings) @return the resulting dictionary - ''' + """ global _modules dict = {}