summaryrefslogtreecommitdiffstats
path: root/etc/TestCmd.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-11-20 20:45:07 (GMT)
committerSteven Knight <knight@baldmt.com>2004-11-20 20:45:07 (GMT)
commit56e544ee9af35d1bf9fb599809dbb9a9f576a641 (patch)
tree5eab4d2afb17727557b623e8ec7a25b614322912 /etc/TestCmd.py
parent464833f9a7c83d5b5cc4483c294861a6c9a3fc7e (diff)
downloadSCons-56e544ee9af35d1bf9fb599809dbb9a9f576a641.zip
SCons-56e544ee9af35d1bf9fb599809dbb9a9f576a641.tar.gz
SCons-56e544ee9af35d1bf9fb599809dbb9a9f576a641.tar.bz2
Add more customizability: , , , .
Diffstat (limited to 'etc/TestCmd.py')
-rw-r--r--etc/TestCmd.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/TestCmd.py b/etc/TestCmd.py
index b90e653..e12aa4c 100644
--- a/etc/TestCmd.py
+++ b/etc/TestCmd.py
@@ -158,7 +158,7 @@ version.
TestCmd.where_is('foo', 'PATH1;PATH2', '.suffix3;.suffix4')
"""
-# Copyright 2000, 2001, 2002, 2003 Steven Knight
+# Copyright 2000, 2001, 2002, 2003, 2004 Steven Knight
# This module is free software, and you may redistribute it and/or modify
# it under the same terms as Python itself, so long as this copyright message
# and disclaimer are retained in their original form.
@@ -175,8 +175,8 @@ version.
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
__author__ = "Steven Knight <knight at baldmt dot com>"
-__revision__ = "TestCmd.py 0.12.D001 2004/10/21 14:00:53 knight"
-__version__ = "0.12"
+__revision__ = "TestCmd.py 0.13.D002 2004/11/20 08:34:16 knight"
+__version__ = "0.13"
import os
import os.path