summaryrefslogtreecommitdiff
path: root/template/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'template/__init__.py')
-rw-r--r--template/__init__.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/template/__init__.py b/template/__init__.py
new file mode 100644
index 00000000..69c58b86
--- /dev/null
+++ b/template/__init__.py
@@ -0,0 +1,9 @@
+"""${subst '/' '.' ${subst '^src/' '' ${subst '/[^/]*$' '' $filename}}}
+
+XXX
+
+"""
+
+__revision__ = "${subst '^src/scons/' '' $filename} __REVISION__ __DATE__ __DEVELOPER__"
+
+__version__ = "__VERSION__"