diff options
Diffstat (limited to 'keepass2pass.py')
-rw-r--r-- | keepass2pass.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 <rasi@xssn.at> + import getopt, sys from subprocess import Popen, PIPE from xml.etree import ElementTree |