diff options
author | Rasmus Steinke <rasi@xssn.at> | 2015-05-22 21:58:30 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2015-05-22 21:58:30 +0200 |
commit | 788a78df46a6afbe270b2faf23a742e4f9356c9c (patch) | |
tree | ea7d9e1e513df00f1b11dac48ae6524bd5481aa3 | |
parent | c6bcfe4de710ed7933dbb0be8855d8a578722ba9 (diff) | |
download | rofi-pass-788a78df46a6afbe270b2faf23a742e4f9356c9c.tar.gz |
add author information
-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 |