Graphics/ApplicationDiagram.py

changeset 248
f4561c24989a
parent 96
9624a110667d
child 413
3d82e6eb3516
child 792
a13346916170
equal deleted inserted replaced
247:b3da30a52337 248:f4561c24989a
83 83
84 def __buildPackages(self): 84 def __buildPackages(self):
85 """ 85 """
86 Private method to build the packages shapes of the diagram. 86 Private method to build the packages shapes of the diagram.
87 """ 87 """
88 project = os.path.splitdrive(self.project.ppath)[1].replace(os.sep, '.')[1:] 88 project = os.path.splitdrive(self.project.getProjectPath())[1]\
89 .replace(os.sep, '.')[1:]
89 packages = {} 90 packages = {}
90 shapes = {} 91 shapes = {}
91 p = 10 92 p = 10
92 y = 10 93 y = 10
93 maxHeight = 0 94 maxHeight = 0

eric ide

mercurial