From 35ab1045334e3fa79d600729fea499a3a74f0375 Mon Sep 17 00:00:00 2001 From: James Vega Date: Mon, 2 Aug 2004 16:19:32 +0000 Subject: [PATCH] No need to import registry twice, and Strike can't even remember what that jab at me is for, so I'm removing it. --- plugins/QuoteGrabs.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/QuoteGrabs.py b/plugins/QuoteGrabs.py index 8a217aa42..c3b156cc9 100644 --- a/plugins/QuoteGrabs.py +++ b/plugins/QuoteGrabs.py @@ -45,7 +45,7 @@ import os import time import random -import supybot.registry as registry # goes before conf! yell at jamessan, not me +import supybot.registry as registry import supybot.conf as conf import supybot.ircdb as ircdb @@ -54,7 +54,6 @@ import supybot.ircmsgs as ircmsgs import supybot.plugins as plugins import supybot.ircutils as ircutils import supybot.privmsgs as privmsgs -import supybot.registry as registry import supybot.callbacks as callbacks try: