From 286d4a8497621d2f3c0f1f8d66db60b11c87fad5 Mon Sep 17 00:00:00 2001 From: "Sean B. Palmer" Date: Mon, 31 Mar 2008 16:17:32 +0100 Subject: New "limit" config variable, and some module fixes. --- tools.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools.py') diff --git a/tools.py b/tools.py index b1da848..47d582a 100755 --- a/tools.py +++ b/tools.py @@ -18,6 +18,7 @@ def deprecated(old): args = [input.bytes, input.sender, '@@'] old(self, origin, match, args) + new.__module__ = old.__module__ new.__name__ = old.__name__ return new -- cgit v1.2.3-1-g7c22