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

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

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

revision 907 by bh, Fri May 16 15:01:04 2003 UTC revision 984 by bh, Thu May 22 16:37:48 2003 UTC
# Line 218  class DBFTable(OldTableInterfaceMixin): Line 218  class DBFTable(OldTableInterfaceMixin):
218          values.sort()          values.sort()
219          return values          return values
220    
221        def Dependencies(self):
222            """Return an empty sequence. The DBFTable doesn't depend on anything"""
223            return ()
224    
225      # DBF specific interface parts.      # DBF specific interface parts.
226    
# Line 344  class MemoryTable(OldTableInterfaceMixin Line 347  class MemoryTable(OldTableInterfaceMixin
347          values.sort()          values.sort()
348          return values          return values
349    
350        def Dependencies(self):
351            """Return an empty sequence. The MemoryTable doesn't depend on anything
352            """
353            return ()
354    
355      def write_record(self, record, values):      def write_record(self, record, values):
356          # TODO: Check for correct lenght and perhaps also          # TODO: Check for correct lenght and perhaps also

Legend:
Removed from v.907  
changed lines
  Added in v.984

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26