From d261e9c9b0a4e5c7db1a6ad60c3ed2344a6bcbc3 Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Sun, 4 Oct 2015 08:22:06 +0200 Subject: Removed an unused argument --- src/decorator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/decorator.py b/src/decorator.py index 7efcb6f..13aeef4 100644 --- a/src/decorator.py +++ b/src/decorator.py @@ -267,7 +267,7 @@ def decorator(caller, _func=None): return FunctionMaker.create( '%s(%s)' % (name, fun), 'return _decorate_(%s, _call_)' % fun, - evaldict, call=caller, doc=doc, module=caller.__module__, + evaldict, doc=doc, module=caller.__module__, __wrapped__=caller) -- cgit v1.2.1