diff options
Diffstat (limited to 'src/engine/SCons/Scanner/IDLTests.py')
-rw-r--r-- | src/engine/SCons/Scanner/IDLTests.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/engine/SCons/Scanner/IDLTests.py b/src/engine/SCons/Scanner/IDLTests.py index c20dedc..876f492 100644 --- a/src/engine/SCons/Scanner/IDLTests.py +++ b/src/engine/SCons/Scanner/IDLTests.py @@ -218,6 +218,9 @@ class DummyEnvironment: def __delitem__(self,key): del self.Dictionary()[key] + def get_calculator(self): + return None + global my_normpath my_normpath = os.path.normpath |