http://codereview.appspot.com/4251049/diff/1/tryton/common/common.py File tryton/common/common.py (right): http://codereview.appspot.com/4251049/diff/1/tryton/common/common.py#newcode52 tryton/common/common.py:52: print 'load_client_icons' remove debug code http://codereview.appspot.com/4251049/diff/1/tryton/common/common.py#newcode88 tryton/common/common.py:88: or iconname in (self._loaded_icons | self._locale_icons)): s/|/,/
The refresh code should be in a separate changeset
On 2011/03/01 23:40:31, ced wrote: > The refresh code should be in a separate changeset Indeed
http://codereview.appspot.com/4251049/diff/1/tryton/common/common.py File tryton/common/common.py (right): http://codereview.appspot.com/4251049/diff/1/tryton/common/common.py#newcode52 tryton/common/common.py:52: print 'load_client_icons' On 2011/03/01 20:30:21, udono wrote: > remove debug code Done. http://codereview.appspot.com/4251049/diff/1/tryton/common/common.py#newcode88 tryton/common/common.py:88: or iconname in (self._loaded_icons | self._locale_icons)): On 2011/03/01 20:30:21, udono wrote: > s/|/,/ This is the set union operator.
LGTM