/[thuban]/branches/WIP-pyshapelib-bramz/Thuban/Model/extension.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/Thuban/Model/extension.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 216 by jan, Thu Jun 20 15:12:01 2002 UTC revision 217 by bh, Wed Jul 17 10:50:40 2002 UTC
# Line 81  class Extension(TitledObject, Modifiable Line 81  class Extension(TitledObject, Modifiable
81      def UnsetModified(self):      def UnsetModified(self):
82          """Unset the modified flag of the extension"""          """Unset the modified flag of the extension"""
83          Modifiable.UnsetModified(self)          Modifiable.UnsetModified(self)
84    
85        def TreeInfo(self):
86            return ("Extension: %s" % self.title,
87                    ["%s: %s" % (object.title, object.name)
88                     for object in self.objects])

Legend:
Removed from v.216  
changed lines
  Added in v.217

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26