Parent Directory
|
Revision Log
|
Patch
revision 765 by bh, Tue Apr 29 12:42:14 2003 UTC | revision 778 by bh, Tue Apr 29 14:54:17 2003 UTC | |
---|---|---|
# | Line 211 class Session(TitledObject, Modifiable): | Line 211 class Session(TitledObject, Modifiable): |
211 | self.tables = [] | self.tables = [] |
212 | Modifiable.Destroy(self) | Modifiable.Destroy(self) |
213 | ||
214 | # Close the transient DB explicitly so that it removes any | |
215 | # journal files from the temporary directory | |
216 | if self.transient_db is not None: | |
217 | self.transient_db.close() | |
218 | ||
219 | def forward(self, *args): | def forward(self, *args): |
220 | """Reissue events. | """Reissue events. |
221 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |