Laurent Bachelier
74a4ef6723
Use the print function everywhere
...
python modernize.py --no-six -f libmodernize.fixes.fix_print -w
With manual fixes as the import was put always on top.
2014-10-06 17:00:17 +02:00
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
Romain Bignon
db2494d3ad
can use okc with monboob
2014-05-17 19:07:37 +02:00
Romain Bignon
3e3d121bff
first sent message is configurable
2014-05-17 18:19:13 +02:00
Romain Bignon
cbe5b3a47d
remove useless optimizations and fix code
2014-05-17 18:02:24 +02:00
Ahmed Bousadia
64bfc47695
Adding a message to send to ok profile walker
2014-05-17 17:15:56 +02:00
Ahmed Boussadia
16477b4649
Adding rating support for OKC browser and PROFILE_WALKER optimizer
2014-05-17 17:15:55 +02:00
Ahmed Boussadia
720fd5ba1a
Improving okc profile alker optimizer
2014-05-17 17:15:53 +02:00
Ahmed Boussadia
641bbf7a7a
Query visit a profile for OKC implemented
2014-05-17 17:15:50 +02:00
Ahmed Boussadia
296d6b7c9f
Starting work on okc module : adding optimization
2014-05-17 17:15:46 +02:00