Updated with a useless comment for people reading the source code. They won't think we're complete OO heathen now.

This commit is contained in:
Jeremy Fincher 2004-07-19 22:11:10 +00:00
parent 40ec693b8a
commit aeb470750a
1 changed files with 3 additions and 0 deletions

View File

@ -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.
"""