mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
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:
parent
40ec693b8a
commit
aeb470750a
@ -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.
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user