From c45564260d7256fdabbca613bad89fa4823e6399 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 6 Feb 2004 05:05:40 +0000 Subject: [PATCH] Oops, shouldn't still require sqlite. --- plugins/ChannelStats.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plugins/ChannelStats.py b/plugins/ChannelStats.py index 665ce6efe..e369e764c 100644 --- a/plugins/ChannelStats.py +++ b/plugins/ChannelStats.py @@ -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 ' - # I should write/copy a generalized proxy at some point. class Smileys(registry.Value): def set(self, s):