Skip to content

Remove hidden import

Ian Harry requested to merge (removed):lalcachefix into master

This should fix #5 (closed) nicely. Thanks to @duncanmmacleod to the pointer to __future__ import absolute_import we can achieve the desired behaviour. This has the added benefit that import glue.lal won't fail if lal is not installed (which it currently does). Calling glue.lal.CacheEntry will fail if lal is not installed, but that is the correct behaviour.

Of course the offending code, which is listed as deprecatedm could just be removed, but there exist even in glue a number of pointers to this.

Merge request reports