diff --git a/src/proxy.py b/src/proxy.py index de23d68..dcadc79 100644 --- a/src/proxy.py +++ b/src/proxy.py @@ -32,6 +32,7 @@ SIGS = {} def stub(f): def inner(*args, **kwargs): + _ignore_locals_ = True if f.__name__ not in IMPLS: raise NotImplementedError(("This proxy stub has not yet been " "implemented in another module"))