From aeb470750a957909270d7afca135c796b6061cff Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Mon, 19 Jul 2004 22:11:10 +0000 Subject: [PATCH] Updated with a useless comment for people reading the source code. They won't think we're complete OO heathen now. --- src/plugins.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/plugins.py b/src/plugins.py index 7029cb68c..127b797fe 100644 --- a/src/plugins.py +++ b/src/plugins.py @@ -109,6 +109,9 @@ class DBHandler(object): del self.cachedDb +# XXX: This shouldn't be a mixin. This should be contained by classes that +# want such behavior. But at this point, it wouldn't gain much for us +# to refactor it. class ChannelDBHandler(object): """A class to handle database stuff for individual channels transparently. """