Added category keyword to AttributeHandler's all() and clear() methods.

This commit is contained in:
Griatch 2013-08-25 19:15:27 +02:00
parent 48ddabdf25
commit 0a42b73824
3 changed files with 17 additions and 9 deletions

View file

@ -49,7 +49,7 @@ from src.server import caches
from src.server.caches import hashid
from src.utils import logger, create
class _OOBTracker(Script):
class _OOBTrackerScript(Script):
"""
Active tracker script, handles subscriptions
"""