aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/importers/keepass2pass.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* keepass2pass.py: Don't import all entries twiceMartin Günther2016-02-051-7/+4
| | | | | | | | | 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.
* Makefile: do not use recursion and organizeJason A. Donenfeld2014-03-221-0/+139