remove the 200 for sdc too
[testsuite/python-testing-utils.git] / robotframework-onap / ONAPLibrary / Templating.py
index 8975402..fc26829 100644 (file)
@@ -21,6 +21,8 @@ class Templating(HybridCore):
     templating engine
     """
 
+    ROBOT_LIBRARY_SCOPE = "GLOBAL"
+
     def __init__(self):
         self.keyword_implementors = [
             TemplatingKeywords()