From 788a78df46a6afbe270b2faf23a742e4f9356c9c Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Fri, 22 May 2015 21:58:30 +0200 Subject: add author information --- keepass2pass.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'keepass2pass.py') diff --git a/keepass2pass.py b/keepass2pass.py index 5c4bb4b..abf3c6a 100644 --- a/keepass2pass.py +++ b/keepass2pass.py @@ -17,6 +17,8 @@ # * Besides the password also the fields 'UserName', 'URL' and 'Notes' (comment) will be inserted. # * You get a warning if an entry has no password, but it will still insert it. +# Minor Modifications by Rasmus Steinke + import getopt, sys from subprocess import Popen, PIPE from xml.etree import ElementTree -- cgit