From: Mark Wooding Date: Sun, 24 May 2015 17:59:55 +0000 (+0100) Subject: catacomb/pwsafe.py: Split out the GDBM-specifics from StorageBackend. X-Git-Tag: 1.1.0~10 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/commitdiff_plain/1726ab403eaf0c44e1a1a4643b256e1e214b792d?ds=inline;hp=1726ab403eaf0c44e1a1a4643b256e1e214b792d catacomb/pwsafe.py: Split out the GDBM-specifics from StorageBackend. For now, use the GDBM-based backend explicitly and unconditionally, because there isn't another one anyway. ---