From f5bbd8cb51678ed96d5a08aa349299563cc5be2d Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Mon, 10 Jan 2005 20:49:22 +0000 Subject: [PATCH] WRong module. --- src/Admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Admin.py b/src/Admin.py index 8fb1a19a5..71399a6ec 100755 --- a/src/Admin.py +++ b/src/Admin.py @@ -56,7 +56,7 @@ import supybot.schedule as schedule import supybot.callbacks as callbacks -class Admin(privmsgs.Privmsg): +class Admin(callbacks.Privmsg): def __init__(self): self.__parent = super(Admin, self) self.__parent.__init__()