The source project of this merge request has been removed.
VKalVrt: Fix a missing module clarifier in configuration of VrtSecInclusive
The configuration file VrtSecInclusive.py was attempting to import VrtSecInclusiveConf
without specifying the VrtSecInclusive
module. This MR fixes this issue by adding from VrtSecInclusive.VrtSecInclusiveConf import ...
.