52 |
52 |
53 @return dictionary of modules contained in the application. |
53 @return dictionary of modules contained in the application. |
54 """ |
54 """ |
55 import Utilities.ModuleParser |
55 import Utilities.ModuleParser |
56 extensions = ( |
56 extensions = ( |
57 Preferences.getPython("PythonExtensions") + |
|
58 Preferences.getPython("Python3Extensions") + |
57 Preferences.getPython("Python3Extensions") + |
59 ['.rb'] |
58 ['.rb'] |
60 ) |
59 ) |
61 moduleDict = {} |
60 moduleDict = {} |
62 mods = self.project.pdata["SOURCES"] |
61 mods = self.project.pdata["SOURCES"] |