diff options
Diffstat (limited to 'Tools/pybench/Setup.py')
-rw-r--r-- | Tools/pybench/Setup.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tools/pybench/Setup.py b/Tools/pybench/Setup.py index 906a2a9..f5c5190 100644 --- a/Tools/pybench/Setup.py +++ b/Tools/pybench/Setup.py @@ -22,6 +22,10 @@ from Calls import * from Constructs import * from Lookups import * from Instances import * +try: + from NewInstances import * +except: + print "Cannot test new-style objects" from Lists import * from Tuples import * from Dict import * |