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: 1.8 MB): HTTPS / SSH
$ hg clone http://oss.codepoet.no/revelation
commit 479: 57eaae684a7f
parent 478: ec34ef6a8c8c
branch: default
don't import missing mman module in applet
Erik Grinaker / erikg
4 years ago

Changed (Δ124 bytes):

raw changeset »

NEWS (7 lines added, 0 lines removed)

src/revelation-applet.in (1 lines added, 1 lines removed)

Up to file-list NEWS:

1
xxxx-xx-xx: Revelation 0.4.10
2
=============================
3
4
Bugfixes:
5
- don't import missing mman module in applet
6
7
1
8
2007-01-11: Revelation 0.4.9
2
9
============================
3
10

Up to file-list src/revelation-applet.in:

@@ -30,7 +30,7 @@ import gettext, gnome, gnomeapplet, gobj
30
30
if "@pyexecdir@" not in sys.path:
31
31
	sys.path.insert(0, "@pyexecdir@")
32
32
33
from revelation import config, data, datahandler, dialog, entry, io, mman, ui, util
33
from revelation import config, data, datahandler, dialog, entry, io, ui, util
34
34
35
35
_ = gettext.gettext
36
36