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
I think in C++ just an empty line (;) will be the equivalent of 'pass'