aboutsummaryrefslogtreecommitdiffstats
path: root/keepass2pass.py
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2015-05-22 21:58:30 +0200
committerRasmus Steinke <rasi@xssn.at>2015-05-22 21:58:30 +0200
commit788a78df46a6afbe270b2faf23a742e4f9356c9c (patch)
treeea7d9e1e513df00f1b11dac48ae6524bd5481aa3 /keepass2pass.py
parentc6bcfe4de710ed7933dbb0be8855d8a578722ba9 (diff)
downloadrofi-pass-788a78df46a6afbe270b2faf23a742e4f9356c9c.tar.gz
add author information
Diffstat (limited to 'keepass2pass.py')
-rw-r--r--keepass2pass.py2
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