chiark
/
gitweb
/
~mdw
/
catacomb-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
catacomb/pwsafe.py, pwsafe: Make GDBM support conditional.
[catacomb-python]
/
pwsafe
diff --git
a/pwsafe
b/pwsafe
index 153ee54b56b55b3856dde83abcdcff01a472e5f9..896d63aae1e9b84003b617f5d3c562f181c5ded9 100644
(file)
--- a/
pwsafe
+++ b/
pwsafe
@@
-69,7
+69,7
@@
def cmd_create(av):
['cipher=', 'database=', 'mac=', 'hash='])
except GetoptError:
return 1
- dbty = '
gdbm
'
+ dbty = '
flat
'
for o, a in opts:
if o in ('-c', '--cipher'): cipher = a
elif o in ('-m', '--mac'): mac = a