I want a statement that does nothing but can be used in places requiring a statement. Pass: http://docs.python.org/release/2.5.2/ref/pass.html
Edit: Just saw: How do
As @bboonn suggests:
if (some_flag) ; // Do nothing else if (some_other_flag) do_something();