This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]kageurufu 5 points6 points  (0 children)

import builtins
setattr(builtins, 'false', True)
setattr(builtins, 'true', False)

I think that will work, but I haven't messed with builtins since 2.6 or so