Eh, those things didn't need to be where they were.

This commit is contained in:
Jeremy Fincher 2004-02-02 17:19:38 +00:00
parent 5264cfb05d
commit 4b107808c2
2 changed files with 2 additions and 8 deletions

View File

@ -40,11 +40,4 @@ othersDir = os.path.join(installDir, 'others')
sys.path.insert(0, srcDir)
sys.path.insert(0, othersDir)
import registry
supybot = registry.Group()
supybot.setName('supybot')
supybot.registerGroup('plugins')
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:

View File

@ -55,7 +55,6 @@ allowEval = False
supybot = registry.Group()
supybot.setName('supybot')
supybot.registerGroup('plugins') # This will be used by plugins, but not here.
def registerPlugin(name, currentValue=None):
supybot.plugins.registerGroup(
@ -408,6 +407,8 @@ you to integrate with asyncore-based applications. twistedDrivers is very
stable and simple, and if you've got Twisted installed, is probably your best
bet."""))
supybot.registerGroup('plugins') # This will be used by plugins, but not here.
###############################
###############################
###############################