summaryrefslogtreecommitdiffstats
path: root/src/test_strings.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2010-05-21 06:50:36 (GMT)
committerSteven Knight <knight@baldmt.com>2010-05-21 06:50:36 (GMT)
commit351c62a797afcc20d8eefbe7736b5164ee6b232f (patch)
treea0e319de586257a3c90668e845b7e21fedbd6fee /src/test_strings.py
parent935e698566833e2c50898f39f565414404c68cbd (diff)
downloadSCons-351c62a797afcc20d8eefbe7736b5164ee6b232f.zip
SCons-351c62a797afcc20d8eefbe7736b5164ee6b232f.tar.gz
SCons-351c62a797afcc20d8eefbe7736b5164ee6b232f.tar.bz2
Convert old-style classes in miscellaneous files to new-stylre classes:
src/test_strings.py, runtest.py and doc/man/scons.1.
Diffstat (limited to 'src/test_strings.py')
-rw-r--r--src/test_strings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test_strings.py b/src/test_strings.py
index c6b1179..012efc9 100644
--- a/src/test_strings.py
+++ b/src/test_strings.py
@@ -52,7 +52,7 @@ build_scons = build_path('scons')
build_local = build_path('scons-local', 'scons-local-'+scons_version)
build_src = build_path('scons-src')
-class Checker:
+class Checker(object):
def __init__(self, directory,
search_list = [],
remove_list = [],