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
Laurent Bachelier
a6ad7e83ff
Use newer form of catching exceptions
...
autopep8 -i --select=W602
Also some other minor deprecated syntax changes, like "while 1".
I did not commit the less obvious changes.
2013-07-27 15:16:16 +02:00
Romain Bignon
c383960729
support new API (closes #871,#900,#902)
2012-08-04 15:53:58 +02:00
Romain Bignon
3b104c7097
AuMBrowser isn't used anymore
2012-07-20 16:52:58 +02:00
Romain Bignon
9e6f10ea49
visibility optimization logouts/logins (don't know if it is really useful)
2012-06-15 17:37:41 +02:00
Romain Bignon
14a7a1d362
support repositories to manage backends ( closes #747 )
2012-01-17 17:00:05 +01:00