summaryrefslogtreecommitdiffstats
path: root/template/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'template/test.py')
-rw-r--r--template/test.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/template/test.py b/template/test.py
index b43a73f..4f7d8ff 100644
--- a/template/test.py
+++ b/template/test.py
@@ -1,3 +1,5 @@
-__revision__ = "${subst '^src/scons/' '' $filename} __REVISION__ __DATE__ __DEVELOPER__"
+#!/usr/bin/env python
-from TestCmd import TestCmd
+__revision__ = "$filename __REVISION__ __DATE__ __DEVELOPER__"
+
+import TestCmd