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 454: faf1e560d20a
parent 453: a8035f5129f2
branch: default
added SplashID CSV import [Devan Goodwin]
Erik Grinaker / erikg
4 years ago
r454:faf1e560d20a 20 loc 303 bytes embed / history / annotate / raw /
## Process this file with automake to produce Makefile.in
#
# src/lib/datahandler/Makefile.am
#
# $Id$
#

datahandlerdir		= $(pyexecdir)/revelation/datahandler
datahandler_PYTHON	= \
	__init__.py \
	base.py \
	fpm.py \
	gpass.py \
	netrc.py \
	pwsafe.py \
	rvl.py \
	splashid.py \
	text.py \
	xhtml.py