catch semi-specific errors only.
[edward.git] / edward_config.py
1 #! /usr/bin/env python3
2 # -*- coding: utf-8 -*-
3 """*********************************************************************
4 * Edward is free software: you can redistribute it and/or modify *
5 * it under the terms of the GNU Affero Public License as published by *
6 * the Free Software Foundation, either version 3 of the License, or *
7 * (at your option) any later version. *
8 * *
9 * Edward is distributed in the hope that it will be useful, *
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
12 * GNU Affero Public License for more details. *
13 * *
14 * You should have received a copy of the GNU Affero Public License *
15 * along with Edward. If not, see <http://www.gnu.org/licenses/>. *
16 * *
17 * Copyright (C) 2014 Josh Drake (AGPLv3+) *
18 * Copyright (C) 2014 Lisa Marie Maginnis (AGPLv3+) *
19 * Copyright (C) 2015 Andrew Engelbrecht (AGPLv3+) *
20 ************************************************************************
21
22 Code sourced from these projects:
23
24 * http://agpl.fsf.org/emailselfdefense.fsf.org/edward/CURRENT/edward.tar.gz
25
26 """
27
28 gnupghome = "./tests/testgnupghome/"
29 sign_with_key = "2470F96DB3CB20D2A39F89BA88611B2A4205FDDF"
30
31 debug = False
32