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.0 MB): HTTPS / SSH
hg clone https://bitbucket.org/erikg/revelation
hg clone ssh://hg@bitbucket.org/erikg/revelation

Commit c335973efe9f Raw commit »

commit
c335973efe9f
parent
cff0e6f7ef34
branch
default

added plaintext datahandler module

Comments

    Log in to comment »

    File Lines added Lines removed
    ChangeLog 11
    NEWS 10
    TODO 1 2
    src/lib/datahandler/Makefile.am 1
    src/lib/datahandler/__init__.py 2
    src/lib/datahandler/text.py 79
    src/lib/dialog.py 2 1
    test/Makefile.am 2
    test/datahandler_text.py 89