Commit graph

35 commits

Author SHA1 Message Date
Christophe Benz
5c2ab81e16 change vocabulary
s/module/backend
s/backend/configured_backend
s/frontend/application
2010-07-12 03:07:10 +02:00
Christophe Benz
742b0ad62b remove unnecessary comments 2010-07-11 02:52:12 +02:00
Christophe Benz
3a9c45c387 display full path for file in log format 2010-07-10 21:55:09 +02:00
Christophe Benz
de3b3880c1 test if requested backends before iterating 2010-07-10 03:28:35 +02:00
Christophe Benz
11475c8325 inform user about backend not found 2010-07-10 02:29:21 +02:00
Christophe Benz
4caa9abd29 rename engine to ouiboube 2010-07-07 18:08:35 +02:00
Christophe Benz
1955d1be59 move core files to weboob.core 2010-07-07 17:20:16 +02:00
Romain Bignon
be9f3f60e4 storage is also used by frontends 2010-07-03 14:51:49 +02:00
Christophe Benz
470f2a9fe2 use real comments for licence header 2010-06-22 16:27:33 +02:00
Romain Bignon
d05b828bd4 remove the useless 'app_name' parameter from the Weboob class 2010-06-08 22:44:12 +02:00
Christophe Benz
fad7d2d56c add ability to add application specific options 2010-05-21 19:18:46 +02:00
Christophe Benz
eb2c25758d return loaded backends / modules 2010-05-14 19:01:16 +02:00
Christophe Benz
73ffa6c6f1 Results API 2010-05-05 19:03:38 +02:00
Romain Bignon
1103e7f79b sometimes sys.stdin.encoding is None 2010-04-30 14:02:59 +02:00
Romain Bignon
926a25b992 Merge branch 'threads'
Conflicts:
	weboob/frontends/videoob/application.py
2010-04-29 11:10:19 +02:00
Romain Bignon
7c502ca236 use Weboob.do insteal of deprecated iter_backends in some frontends 2010-04-27 01:37:26 +02:00
Christophe Benz
bfc2258669 decode sys.argv 2010-04-26 19:22:24 +02:00
Romain Bignon
3b0db70c64 do not call the deprecated attribute Exception.message 2010-04-24 17:07:55 +02:00
Christophe Benz
66a460bb60 oops missing method 2010-04-23 14:53:21 +02:00
Christophe Benz
9fe6bc976f simplify bash completion 2010-04-23 01:12:45 +02:00
Christophe Benz
a311ba455f add bash completion 2010-04-22 17:15:55 +02:00
Christophe Benz
f17324361c simplify option parsing 2010-04-22 17:12:55 +02:00
Romain Bignon
0ad2893d96 oops 2010-04-21 14:04:42 +02:00
Romain Bignon
ccf4303cc0 new attributes and code improvement 2010-04-20 23:58:51 +02:00
Romain Bignon
758281effb --backends is used on every frontends 2010-04-20 23:27:33 +02:00
Christophe Benz
c50e0df10c oops 2010-04-20 19:09:18 +02:00
Christophe Benz
7a86ddfbb6 move enabled backends option to BaseApplication 2010-04-20 18:59:51 +02:00
Christophe Benz
d0f4ad7021 allow to configure option parser in callback 2010-04-20 03:05:13 +02:00
Christophe Benz
b81e681131 introduce ini config for frontends, by default 2010-04-19 19:10:36 +02:00
Christophe Benz
cebcead318 add __all__ variable to many modules 2010-04-16 18:11:52 +02:00
Christophe Benz
54cc3b0a4a unused code, imports, or variables 2010-04-16 18:11:52 +02:00
Christophe Benz
fb711746b3 add function name to logs 2010-04-14 18:14:46 +02:00
Christophe Benz
12908c01c5 display nice message on SIGINT 2010-04-12 16:57:38 +02:00
Christophe Benz
1b7514dbfd use optparse to set loglevel 2010-04-12 16:57:38 +02:00
Romain Bignon
da8c6433d4 split weboob.tools.application to .base and .console 2010-04-11 18:04:30 +02:00