Simplify handling of boolean args in rapi
authorIustin Pop <iustin@google.com>
Fri, 14 Aug 2009 09:39:41 +0000 (11:39 +0200)
committerIustin Pop <iustin@google.com>
Fri, 14 Aug 2009 09:51:37 +0000 (11:51 +0200)
commit94cdfa4a54e627945829e3fc32188f929579069d
tree1442258d098b87c011dd3689294422b3498486d8
parent97c61d46ffa3a56afbbfc60ea92128dc456f4592
Simplify handling of boolean args in rapi

This patch replaces hardcoded boolean-type args with
bool(_checkIntVariable). There should be no other cases of this left, I
think.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
lib/rapi/rlib2.py