Parent Directory
|
Revision Log
|
Patch
revision 984 by bh, Thu May 22 16:37:48 2003 UTC | revision 994 by bh, Thu May 22 18:05:16 2003 UTC | |
---|---|---|
# | Line 249 class DBFTable(OldTableInterfaceMixin): | Line 249 class DBFTable(OldTableInterfaceMixin): |
249 | self.dbf.write_record(record, values) | self.dbf.write_record(record, values) |
250 | self.dbf.commit() | self.dbf.commit() |
251 | ||
252 | def FileName(self): | |
253 | """Return the filename the DBFTable was instantiated with""" | |
254 | return self.filename | |
255 | ||
256 | ||
257 | class MemoryColumn: | class MemoryColumn: |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |