Oops, shouldn't still require sqlite.

This commit is contained in:
Jeremy Fincher 2004-02-06 05:05:40 +00:00
parent 3dc5dca1e3
commit c45564260d
1 changed files with 0 additions and 6 deletions

View File

@ -60,12 +60,6 @@ import privmsgs
import registry
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.
class Smileys(registry.Value):
def set(self, s):