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

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

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

revision 1017 by bh, Fri Sep 13 14:21:30 2002 UTC revision 1018 by jan, Fri May 23 12:54:24 2003 UTC
# Line 27  class TitledObject: Line 27  class TitledObject:
27    
28      def SetTitle(self, title):      def SetTitle(self, title):
29          self.title = title          self.title = title
30          self.issue(TITLE_CHANGED, self)          if hasattr(self, 'issue'):
31                self.issue(TITLE_CHANGED, self)
32    
33  class Modifiable(Publisher):  class Modifiable(Publisher):
34    

Legend:
Removed from v.1017  
changed lines
  Added in v.1018

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26