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 |