summaryrefslogtreecommitdiffstats
path: root/robotframework-onap/eteutils
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2019-06-20 17:29:52 -0400
committerDR695H <dr695h@att.com>2019-06-20 17:29:52 -0400
commit98ded3d2097b094c70cecf27566f21a6c9b2d70b (patch)
tree50284233dad9a91e5f3d7f86b5bc1dcd52ab1473 /robotframework-onap/eteutils
parent91e8c8866cf87a70b8d19fb095d30147723ac6ab (diff)
removing the eteutils folder since its not used anymore
Issue-ID: TEST-158 Change-Id: Ic923e8c7c992e2915a51c9f8790197d8386f6f54 Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robotframework-onap/eteutils')
-rw-r--r--robotframework-onap/eteutils/StringTemplater.py8
-rw-r--r--robotframework-onap/eteutils/__init__.py0
2 files changed, 0 insertions, 8 deletions
diff --git a/robotframework-onap/eteutils/StringTemplater.py b/robotframework-onap/eteutils/StringTemplater.py
deleted file mode 100644
index b2d99ce..0000000
--- a/robotframework-onap/eteutils/StringTemplater.py
+++ /dev/null
@@ -1,8 +0,0 @@
-from string import Template
-
-class StringTemplater:
- """StringTemplater is common resource for templating with strings."""
-
- def template_string(self, template, values):
- """Template String takes in a string and its values and converts it using the string.Template class"""
- return Template(template).substitute(values) \ No newline at end of file
diff --git a/robotframework-onap/eteutils/__init__.py b/robotframework-onap/eteutils/__init__.py
deleted file mode 100644
index e69de29..0000000
--- a/robotframework-onap/eteutils/__init__.py
+++ /dev/null