Add absolute_import for lalinference/moc Python package
I've fix a Python2/3 absolute import issue. There may be other places where an absolute_import
is required, bit this fix the problem of trying to do, e.g.
import lalinference.io
in Python2.
This should supercede !420 (closed).
Edited by Ghost User