summaryrefslogtreecommitdiff
path: root/bench/is_types.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2010-05-20 21:46:03 +0000
committerSteven Knight <knight@baldmt.com>2010-05-20 21:46:03 +0000
commit4faa9a2a5e62da174fc82cff97d2f6a97e306fec (patch)
tree88d776de309ce5153a38b7b5ce9da7f5f2c5a436 /bench/is_types.py
parenta69a2c065e51f46c8d237a41036b55c3e79af17f (diff)
downloadscons-4faa9a2a5e62da174fc82cff97d2f6a97e306fec.tar.gz
Convert old-style classes in bench/* scripts to new-style classes.
Diffstat (limited to 'bench/is_types.py')
-rw-r--r--bench/is_types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/is_types.py b/bench/is_types.py
index b47c3812..69c029fc 100644
--- a/bench/is_types.py
+++ b/bench/is_types.py
@@ -244,7 +244,7 @@ def Func12(obj):
# {'keyword' : 'arguments'},
# ),
-class A:
+class A(object):
pass
Data = [