summaryrefslogtreecommitdiffstats
path: root/test/dependency-cycle.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-09-15 12:03:51 (GMT)
committerSteven Knight <knight@baldmt.com>2003-09-15 12:03:51 (GMT)
commitf36ff530132ecfe7941f80d2d6e5f03f75decf41 (patch)
tree6934b9a121c17c02f89c9886d77dd877feb56eee /test/dependency-cycle.py
parent3ab7670a45179b7a09eabc219842f6c224ad35da (diff)
downloadSCons-f36ff530132ecfe7941f80d2d6e5f03f75decf41.zip
SCons-f36ff530132ecfe7941f80d2d6e5f03f75decf41.tar.gz
SCons-f36ff530132ecfe7941f80d2d6e5f03f75decf41.tar.bz2
Correct __COPYRIGHT__ and __revision__ lines in files. Add missing copyright notices. Fix some portability problems with new Tool files.
Diffstat (limited to 'test/dependency-cycle.py')
-rw-r--r--test/dependency-cycle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dependency-cycle.py b/test/dependency-cycle.py
index 194be94..1486c76 100644
--- a/test/dependency-cycle.py
+++ b/test/dependency-cycle.py
@@ -22,7 +22,7 @@
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
-__revision__ = "test/dependency-cycle.py __REVISION__ __DATE__ __DEVELOPER__"
+__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
import TestSCons
import TestCmd