summaryrefslogtreecommitdiff
path: root/DAnCE/bin/PythonDAnCE/generator/config_prop.py
diff options
context:
space:
mode:
Diffstat (limited to 'DAnCE/bin/PythonDAnCE/generator/config_prop.py')
-rwxr-xr-xDAnCE/bin/PythonDAnCE/generator/config_prop.py17
1 files changed, 0 insertions, 17 deletions
diff --git a/DAnCE/bin/PythonDAnCE/generator/config_prop.py b/DAnCE/bin/PythonDAnCE/generator/config_prop.py
deleted file mode 100755
index 79c5b1199ee..00000000000
--- a/DAnCE/bin/PythonDAnCE/generator/config_prop.py
+++ /dev/null
@@ -1,17 +0,0 @@
-from templet import stringfunction
-
-@stringfunction
-def template (name, typename, value) :
- """
- <configProperty>
- <name>${name}</name>
- <value>
- <type>
- <kind>tk_${typename}</kind>
- </type>
- <value>
- <${typename}>${value}</${typename}>
- </value>
- </value>
- </configProperty>
- """