diff --git a/library/control/src/modules/ProductProfile.rb b/library/control/src/modules/ProductProfile.rb index 021069fa0..5cd03abf0 100644 --- a/library/control/src/modules/ProductProfile.rb +++ b/library/control/src/modules/ProductProfile.rb @@ -160,7 +160,7 @@ def CheckCompliance(productId) # YaPI::SubscriptionTools are only available for SLES Yast.import "YaPI::SubscriptionTools" rescue NameError - y2milestone("subscription-tools package not present: no compliance checking") + Builtins.y2milestone("subscription-tools package not present: no compliance checking") return true end