Utilities/ClassBrowsers/idlclbr.py

changeset 2965
d133c7edd88a
parent 2769
8cbebde7a984
child 2997
7f0ef975da9e
--- 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 = {}

eric ide

mercurial