Parent Directory
|
Revision Log
|
Patch
revision 127 by bh, Fri May 3 14:37:46 2002 UTC | revision 240 by bh, Wed Jul 24 17:16:09 2002 UTC | |
---|---|---|
# | Line 56 class Modifiable(Publisher): | Line 56 class Modifiable(Publisher): |
56 | """ | """ |
57 | self.modified = 1 | self.modified = 1 |
58 | if channel is not None: | if channel is not None: |
59 | apply(self.issue, (channel, args)) | self.issue(channel, *args) |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |