Commit graph

6 commits

Author SHA1 Message Date
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
Florent
76cb004eb4 Move ItemListTable-Element outside of page.py
One of the goal is to not import all modules needed by filters by
loading the page file.

In the same goal, move the import of parsers in the class definition.
2014-07-09 10:23:20 +02:00
Bezleputh
bd38a16d76 [cci] adapt to browser2 2014-04-10 10:08:12 +02:00
Bezleputh
a286975f2a [CCI] update on cci website 2013-10-28 20:23:52 +01:00
Bezleputh
9cf7f01dae [cci] add pattern management in basic search 2013-10-16 20:59:35 +02:00
Bezleputh
60aa681475 [cci][ICapJob] create CCI module 2013-10-04 09:39:44 +02:00