No need to import registry twice, and Strike can't even remember what that

jab at me is for, so I'm removing it.
This commit is contained in:
James Vega 2004-08-02 16:19:32 +00:00
parent 47a098eb2d
commit 35ab104533
1 changed files with 1 additions and 2 deletions

View File

@ -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: