weboob-devel/weboob/core
Laurent Bachelier 3da02fde24 Remove useless __all__ in modules
They bring nothing of value (we never use import * anyway) and introduce
a maintenance burden.

The __all__ that I left might not be very useful either but at least
they are not a pain to maintain; they are also used by pyflakes in some
cases.
2014-09-09 19:00:02 +02:00
..
__init__.py add class WebNip 2013-08-18 16:30:23 +02:00
backendscfg.py Replace usage of os.mknod() by os.open(O_CREAT) 2014-09-05 08:32:58 +02:00
bcall.py rename CapBaseObject to BaseObject (refs #1424) 2014-07-05 17:26:05 +02:00
modules.py Remove useless __all__ in modules 2014-09-09 19:00:02 +02:00
ouiboube.py bump to 1.0 2014-09-03 17:14:10 +02:00
repositories.py repositories: Catch the proper exception for missing icon 2014-09-04 23:37:16 +02:00
scheduler.py first step in python3 support 2014-05-17 14:27:55 +02:00