From 9fe8ed19a770cdbb0dc99820963c5797fbf1bce6 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sun, 5 Oct 2003 11:56:46 +0000 Subject: [PATCH] Forgot an import. --- plugins/ChannelLogger.py | 1 + plugins/RawLogger.py | 1 + 2 files changed, 2 insertions(+) diff --git a/plugins/ChannelLogger.py b/plugins/ChannelLogger.py index 9588d1e46..6462e5ab0 100644 --- a/plugins/ChannelLogger.py +++ b/plugins/ChannelLogger.py @@ -38,6 +38,7 @@ from baseplugin import * import time from cStringIO import StringIO +import os import conf import debug import world diff --git a/plugins/RawLogger.py b/plugins/RawLogger.py index a12d763f8..1e52527db 100644 --- a/plugins/RawLogger.py +++ b/plugins/RawLogger.py @@ -35,6 +35,7 @@ Logs raw IRC messages to a file, conf.dataDir/raw.log from baseplugin import * +import os import conf import world import irclib