summaryrefslogtreecommitdiff
path: root/contrib/importers/kedpm2pass.py
diff options
context:
space:
mode:
authorMartin Günther <martin.guenther@dfki.de>2016-02-05 20:58:18 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2016-02-05 20:58:43 +0100
commit62e703f5a71fcc2470aaac85c0ec39f4976cf914 (patch)
tree0354d6560dedb0a1f803f38d21ae4d0ece47bffd /contrib/importers/kedpm2pass.py
parentd2677f66eb127aa92cf032a925944dd0b44f15ef (diff)
downloadpass-62e703f5a71fcc2470aaac85c0ec39f4976cf914.tar.gz
pass-62e703f5a71fcc2470aaac85c0ec39f4976cf914.tar.bz2
pass-62e703f5a71fcc2470aaac85c0ec39f4976cf914.zip
keepass2pass.py: Don't import all entries twice
Without this patch, all entries are processed twice: once in the first call to import_group (which recursively processes all entries), then in the following import_group on all subgroups. This leads to spurious warnings ("Duplicate needs merging") and extra text added to each entry.
Diffstat (limited to 'contrib/importers/kedpm2pass.py')
0 files changed, 0 insertions, 0 deletions
kosten.git/commit/app/model.py?id=23f458908f761977c0b7f187db5ad488c4d78658&follow=1'>Moved user implementation from model to loginRené 'Necoro' Neumann3-28/+13 2013-10-15Nicer organised importsRené 'Necoro' Neumann6-24/+40 2013-10-14Finish login stuffRené 'Necoro' Neumann11-29/+143 2013-10-14More model tuningRené 'Necoro' Neumann1-3/+3 2013-10-14Add User to modelRené 'Necoro' Neumann1-8/+25 2013-09-30Add first API stuff -- SingleExpense and CategoryRené 'Necoro' Neumann2-1/+13 2013-09-30Force python2René 'Necoro' Neumann1-1/+1 2013-09-24More margin at the bottom for expense listingRené 'Necoro' Neumann1-1/+1 2013-09-24Better pie formattingRené 'Necoro' Neumann3-6/+8 2013-09-24Increase width of page to 760pxRené 'Necoro' Neumann3-8/+9 2013-09-16typoRené 'Necoro' Neumann1-1/+1 2013-09-15Fix display of one monthRené 'Necoro' Neumann1-2/+2 2013-09-14Draw pies using highcharts JS-libRené 'Necoro' Neumann5-20/+99