One way of getting rid of all of the True/False warnings in Pydev
extensions is to use:
if False: [EMAIL PROTECTED]
# None of this code will be executed, but it will stop Pydev
Actually, what I do is put the True/False in the 'undefined' tab of code analysis (under 'consider the following names as globals).
Cheers,
Fabio
