37 (boolean) |
37 (boolean) |
38 """ |
38 """ |
39 super(PackageDiagramBuilder, self).__init__(dialog, view, project) |
39 super(PackageDiagramBuilder, self).__init__(dialog, view, project) |
40 self.setObjectName("PackageDiagram") |
40 self.setObjectName("PackageDiagram") |
41 |
41 |
42 self.package = Utilities.normabspath(package) |
42 self.package = os.path.abspath(package) |
43 self.noAttrs = noAttrs |
43 self.noAttrs = noAttrs |
44 |
44 |
45 def initialize(self): |
45 def initialize(self): |
46 """ |
46 """ |
47 Public method to initialize the object. |
47 Public method to initialize the object. |