1
2
3
4
5 """
6 BRisa UPnP Framework
7
8
9 B{Author:} BRisa Team <U{brisa-develop@garage.maemo.org}>
10
11 B{Version:} 0.10.0
12
13 B{License:} MIT License <U{http://opensource.org/lincenses/mit-license.php}>
14
15 B{See also:}
16 - Home page <U{http://brisa.garage.maemo.org}>
17 - Project page <U{http://garage.maemo.org/projects/brisa}>
18 - Documentation <U{http://brisa.garage.maemo.org/documentation.htm}>
19 """
20
21 version = '0.10.0'
22
23
24
25 url_fetch_attempts = 2
26 url_fetch_attempts_interval = 0.1
27 __skip_service_xml__ = False
28 __skip_soap_service__ = False
29 __tolerate_service_parse_failure__ = True
30 __enable_logging__ = True
31 __enable_webserver_logging__ = False
32 __enable_offline_mode__ = False
33 __enable_events_logging__ = False
34