eric6/Graphics/ApplicationDiagramBuilder.py

changeset 7637
c878e8255972
parent 7529
2b8a0d8ba12a
child 7780
41420f82c0ac
equal deleted inserted replaced
7636:61566f35ab22 7637:c878e8255972
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"]

eric ide

mercurial