Erik Grinaker is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

erikg / Revelation

Revelation is a password manager for the GNOME desktop, released under the GNU GPL license. It stores all your accounts and passwords in a single, secure place, and gives you access to it through a user-friendly graphical interface.

Clone this repository (size: 2.1 MB): HTTPS / SSH
hg clone https://bitbucket.org/erikg/revelation
hg clone ssh://hg@bitbucket.org/erikg/revelation

Commit 991e09fe2dfd Raw commit »

commit
991e09fe2dfd
parent
b6ebccaac45b
branch
default

moved config handling into separate module, and wrote unit tests for it

Comments

    Log in to comment »

    File Lines added Lines removed
    ChangeLog 6
    NEWS 1 1
    src/lib/Makefile.am 1
    src/lib/__init__.py.in 1 1
    src/lib/config.py 157
    src/lib/data.py 203
    src/revelation.in 2 2
    test/Makefile.am 2
    test/config.py 150