mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-30 06:04:21 +01:00
Removed unused and broken import.
This commit is contained in:
parent
ddc78815ed
commit
6e28d31131
@ -40,7 +40,6 @@ import supybot.ircdb as ircdb
|
||||
from supybot.commands import *
|
||||
import supybot.ircmsgs as ircmsgs
|
||||
import supybot.plugins as plugins
|
||||
import supybot.privmsgs as privmsgs
|
||||
import supybot.ircutils as ircutils
|
||||
import supybot.callbacks as callbacks
|
||||
|
||||
@ -123,10 +122,8 @@ class DbiNoteDB(dbi.DB):
|
||||
while id in ids:
|
||||
ids.remove(id)
|
||||
|
||||
|
||||
NoteDB = plugins.DB('Note', {'flat': DbiNoteDB})
|
||||
|
||||
|
||||
class Note(callbacks.Privmsg):
|
||||
def __init__(self, irc):
|
||||
self.__parent= super(Note, self)
|
||||
|
Loading…
Reference in New Issue
Block a user