summaryrefslogtreecommitdiff
path: root/template/file.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2001-07-06 11:46:17 +0000
committerSteven Knight <knight@baldmt.com>2001-07-06 11:46:17 +0000
commit11ad88ce6d9165bebc6752a120bce4d962368bbf (patch)
tree231b89344132f163250b4799a8aa69628dd0bb35 /template/file.py
downloadscons-11ad88ce6d9165bebc6752a120bce4d962368bbf.tar.gz
Initial revisionstart
Diffstat (limited to 'template/file.py')
-rw-r--r--template/file.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/template/file.py b/template/file.py
new file mode 100644
index 00000000..0fb2a740
--- /dev/null
+++ b/template/file.py
@@ -0,0 +1,11 @@
+"""${subst '/' '.' ${subst '^src/' '' ${subst '\.py$' '' $filename}}}
+
+XXX
+
+"""
+
+__revision__ = "${subst '^src/scons/' '' $filename} __REVISION__ __DATE__ __DEVELOPER__"
+
+
+
+import XXX