diff options
author | Steven Knight <knight@baldmt.com> | 2006-02-27 06:09:15 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2006-02-27 06:09:15 (GMT) |
commit | 6deacf2c5357261c935ade714bf5ec00aff8b358 (patch) | |
tree | 844bc90158f6f576887cd2da60813130e9a1a749 /etc/TestCommon.py | |
parent | c32fd05c5b00b7658c8459c54bb7df37fd890284 (diff) | |
download | SCons-6deacf2c5357261c935ade714bf5ec00aff8b358.zip SCons-6deacf2c5357261c935ade714bf5ec00aff8b358.tar.gz SCons-6deacf2c5357261c935ade714bf5ec00aff8b358.tar.bz2 |
Check in a new TestCmd.py with chmod() and touch() methods.
Diffstat (limited to 'etc/TestCommon.py')
-rw-r--r-- | etc/TestCommon.py | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/etc/TestCommon.py b/etc/TestCommon.py index 008cf5a..b30b75c 100644 --- a/etc/TestCommon.py +++ b/etc/TestCommon.py @@ -80,8 +80,8 @@ The TestCommon module also provides the following variables # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. __author__ = "Steven Knight <knight at baldmt dot com>" -__revision__ = "TestCommon.py 0.21.D001 2006/02/21 21:18:43 knight" -__version__ = "0.21" +__revision__ = "TestCommon.py 0.22.D001 2006/02/26 15:45:18 knight" +__version__ = "0.22" import os import os.path @@ -231,10 +231,6 @@ class TestCommon(TestCmd): # $test->subdir('subdir', ...); # # $test->copy('src_file', 'dst_file'); - # - # $test->chmod($mode, 'file', ...); - # - # $test->touch('file', ...); def __init__(self, **kw): """Initialize a new TestCommon instance. This involves just |