summaryrefslogtreecommitdiff
path: root/DAnCE/bin/PythonDAnCE/generator/connection.py
diff options
context:
space:
mode:
Diffstat (limited to 'DAnCE/bin/PythonDAnCE/generator/connection.py')
-rwxr-xr-xDAnCE/bin/PythonDAnCE/generator/connection.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/DAnCE/bin/PythonDAnCE/generator/connection.py b/DAnCE/bin/PythonDAnCE/generator/connection.py
deleted file mode 100755
index b1691f2cd27..00000000000
--- a/DAnCE/bin/PythonDAnCE/generator/connection.py
+++ /dev/null
@@ -1,12 +0,0 @@
-from templet import stringfunction
-
-@stringfunction
-def template (name, deployrequirement, endpoint_one, endpoint_two) :
- """
- <connection>
- <name>${name}</name>
- ${deployrequirement}
- ${endpoint_one}
- ${endpoint_two}
- </connection>
- """