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
c612387bf775
parent
d1c13e095736
branch
default
tags
revelation-0.4.0

fixed typo in python path checks

1
9445df12ea7b
EXTRA_DIST= \
2
991e09fe2dfd
	config.py \
3
c188d5e734c8
	data.py \
4
9445df12ea7b
	datahandler.py \
5
9445df12ea7b
	datahandler_fpm.py \
6
27fccdc813be
	datahandler_gpass.py \
7
27fccdc813be
	datahandler_netrc.py \
8
9445df12ea7b
	datahandler_rvl.py \
9
c335973efe9f
	datahandler_text.py \
10
27fccdc813be
	datahandler_xhtml.py \
11
c188d5e734c8
	entry.py \
12
9445df12ea7b
	io.py \
13
8ec66df6d4cf
	ui.py \
14
9445df12ea7b
	util.py
15
9445df12ea7b
16
dc60632840ca
check:
17
991e09fe2dfd
	python config.py -v
18
c188d5e734c8
	python data.py -v
19
9445df12ea7b
	python datahandler.py -v
20
9445df12ea7b
	python datahandler_fpm.py -v
21
27fccdc813be
	python datahandler_gpass.py -v
22
27fccdc813be
	python datahandler_netrc.py -v
23
9445df12ea7b
	python datahandler_rvl.py -v
24
c335973efe9f
	python datahandler_text.py -v
25
27fccdc813be
	python datahandler_xhtml.py -v
26
116c99733a1d
	python entry.py -v
27
9445df12ea7b
	python io.py -v
28
8ec66df6d4cf
	python ui.py -v
29
9445df12ea7b
	python util.py -v
30
9445df12ea7b