6 |
# Read the file COPYING coming with Thuban for details. |
# Read the file COPYING coming with Thuban for details. |
7 |
|
|
8 |
""" |
""" |
9 |
Various base classes that didn't fir elsewhere |
Various base classes that did not fit elsewhere. |
10 |
""" |
""" |
11 |
|
|
12 |
__version__ = "$Revision$" |
__version__ = "$Revision$" |
50 |
def UnsetModified(self): |
def UnsetModified(self): |
51 |
"""Unset the modified flag. |
"""Unset the modified flag. |
52 |
|
|
53 |
If the modified flag is changed from set to inset by he call, |
If the modified flag is changed from set to unset by the call, |
54 |
issue a CHANGED message. |
issue a CHANGED message. |
55 |
|
|
56 |
The modified flag itself is part of the state of the object so |
The modified flag itself is part of the state of the object so |