/[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 1598 by jonathan, Wed Jul 16 13:23:41 2003 UTC revision 1599 by bh, Mon Aug 18 12:45:28 2003 UTC
# Line 132  class DBFTable(TitledObject, OldTableInt Line 132  class DBFTable(TitledObject, OldTableInt
132      # work because a DBF file object buffers some data      # work because a DBF file object buffers some data
133    
134      def __init__(self, filename):      def __init__(self, filename):
135          self.filename = filename          self.filename = os.path.abspath(filename)
136    
137          # Omit the extension in the title as it's not really needed and          # Omit the extension in the title as it's not really needed and
138          # it can be confusing because dbflib removes extensions and          # it can be confusing because dbflib removes extensions and

Legend:
Removed from v.1598  
changed lines
  Added in v.1599

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26