diff options
Diffstat (limited to 'robotframework-onap/ONAPLibrary/Templating.py')
-rw-r--r-- | robotframework-onap/ONAPLibrary/Templating.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/robotframework-onap/ONAPLibrary/Templating.py b/robotframework-onap/ONAPLibrary/Templating.py index 8975402..fc26829 100644 --- a/robotframework-onap/ONAPLibrary/Templating.py +++ b/robotframework-onap/ONAPLibrary/Templating.py @@ -21,6 +21,8 @@ class Templating(HybridCore): templating engine """ + ROBOT_LIBRARY_SCOPE = "GLOBAL" + def __init__(self): self.keyword_implementors = [ TemplatingKeywords() |