mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Oops, shouldn't still require sqlite.
This commit is contained in:
parent
3dc5dca1e3
commit
c45564260d
@ -60,12 +60,6 @@ import privmsgs
|
|||||||
import registry
|
import registry
|
||||||
import callbacks
|
import callbacks
|
||||||
|
|
||||||
try:
|
|
||||||
import sqlite
|
|
||||||
except ImportError:
|
|
||||||
raise callbacks.Error, 'You need to have PySQLite installed to use this ' \
|
|
||||||
'plugin. Download it at <http://pysqlite.sf.net/>'
|
|
||||||
|
|
||||||
# I should write/copy a generalized proxy at some point.
|
# I should write/copy a generalized proxy at some point.
|
||||||
class Smileys(registry.Value):
|
class Smileys(registry.Value):
|
||||||
def set(self, s):
|
def set(self, s):
|
||||||
|
Loading…
Reference in New Issue
Block a user