Why is `import h5py` inside a try/except block?
While working on the #794 I noticed that import h5py is always inside a try/except expression.
I wonder why is that needed given that h5py is a required module so any installation of veusz will have h5py already installed.
If the try/except can be removed then h5py-stubs can be install and the type-checking enhanced by that.