RemoveAllVariables in Python bindings

Created by: suchyta1

I think RemoveAllVariables is missing in the glue file for the Python bindings. I see it in the IO class definition, but I'm getting an error when I try to use it in my Python module

AttributeError: 'adios2.IO' object has no attribute 'RemoveAllVariables'

@williamfgc