Skip to content

Define a module __spec__ for Configurables

Alex Pearce requested to merge apearce/Gaudi:apearce-module-spec into master

The Python 3 import system requires modules to define a __spec__ property. The import system should be expected to probe this property, and so this MR adds the property to the dynamic Configurables modules. Without this MR, builds can generate warnings about __spec__ not being found in the configurables DB.

Merge request reports