diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2013-04-16 16:52:00 +0000 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2013-04-16 16:52:00 +0000 |
| commit | d715b71f39fae579b79f9ce4fd3f9fb2a828311b (patch) | |
| tree | e851a91f6f514abcfd20b7d5e8ebabe30e2e2b2e /archaeological_operations/import_from_dbf.py | |
| parent | 5a8f66d8349b00812a4a8b55317688a7832a10a3 (diff) | |
| parent | 83cb933dcd05bd6308b68fa1559d828f5b1a18bc (diff) | |
| download | Ishtar-d715b71f39fae579b79f9ce4fd3f9fb2a828311b.tar.bz2 Ishtar-d715b71f39fae579b79f9ce4fd3f9fb2a828311b.zip | |
Merge branch 'master' of lysithea.proxience.net:/home/proxience/git/ishtar
Diffstat (limited to 'archaeological_operations/import_from_dbf.py')
| -rw-r--r-- | archaeological_operations/import_from_dbf.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/archaeological_operations/import_from_dbf.py b/archaeological_operations/import_from_dbf.py index d0f55cdbe..843e5151c 100644 --- a/archaeological_operations/import_from_dbf.py +++ b/archaeological_operations/import_from_dbf.py @@ -247,8 +247,6 @@ def import_operations_dbf(values, col_defs=DBF_OPE_COLS, update=False, for line_idx, vals in enumerate(values): if stdout: stdout.write("\r* line %d" % (line_idx)) - if not line_idx: - continue # remove header args = {} for col_idx, val in enumerate(vals): if len(col_defs) <= col_idx or not col_defs[col_idx]: |
