Utilities/ClassBrowsers/rbclbr.py

changeset 2965
d133c7edd88a
parent 2769
8cbebde7a984
child 2997
7f0ef975da9e
diff -r 84b65fb9e780 -r d133c7edd88a Utilities/ClassBrowsers/rbclbr.py
--- a/Utilities/ClassBrowsers/rbclbr.py	Sun Sep 29 15:54:10 2013 +0200
+++ b/Utilities/ClassBrowsers/rbclbr.py	Sun Sep 29 18:22:08 2013 +0200
@@ -242,13 +242,13 @@
 
 
 def readmodule_ex(module, path=[]):
-    '''
+    """
     Read a Ruby file and return a dictionary of classes, functions and modules.
 
     @param module name of the Ruby file (string)
     @param path path the file should be searched in (list of strings)
     @return the resulting dictionary
-    '''
+    """
     global _modules
     
     dict = {}

eric ide

mercurial