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

Revelation / test / Makefile.am

commit
ac9e3621e5ea
parent
5a85d838a653
branch
default
tags
revelation-0.4.1

set release date

1
1c96b7e48232
## Process this file with automake to produce Makefile.in
2
1c96b7e48232
#
3
1c96b7e48232
# test/Makefile.am
4
1c96b7e48232
#
5
1c96b7e48232
# $Id$
6
1c96b7e48232
#
7
1c96b7e48232
8
9445df12ea7b
EXTRA_DIST= \
9
991e09fe2dfd
	config.py \
10
c188d5e734c8
	data.py \
11
9445df12ea7b
	datahandler.py \
12
9445df12ea7b
	datahandler_fpm.py \
13
27fccdc813be
	datahandler_gpass.py \
14
27fccdc813be
	datahandler_netrc.py \
15
9445df12ea7b
	datahandler_rvl.py \
16
c335973efe9f
	datahandler_text.py \
17
27fccdc813be
	datahandler_xhtml.py \
18
c188d5e734c8
	entry.py \
19
9445df12ea7b
	io.py \
20
8ec66df6d4cf
	ui.py \
21
9445df12ea7b
	util.py
22
9445df12ea7b
23
dc60632840ca
check:
24
991e09fe2dfd
	python config.py -v
25
c188d5e734c8
	python data.py -v
26
9445df12ea7b
	python datahandler.py -v
27
9445df12ea7b
	python datahandler_fpm.py -v
28
27fccdc813be
	python datahandler_gpass.py -v
29
27fccdc813be
	python datahandler_netrc.py -v
30
9445df12ea7b
	python datahandler_rvl.py -v
31
c335973efe9f
	python datahandler_text.py -v
32
27fccdc813be
	python datahandler_xhtml.py -v
33
116c99733a1d
	python entry.py -v
34
9445df12ea7b
	python io.py -v
35
8ec66df6d4cf
	python ui.py -v
36
9445df12ea7b
	python util.py -v
37
9445df12ea7b