Fixing a missing report.

This commit is contained in:
Griatch 2013-01-08 09:45:59 +01:00
parent 45bf38679f
commit 15feb915e6

View file

@ -20,6 +20,7 @@ from django.conf import settings
from src.typeclasses.typeclass import TypeClass
from src.commands import cmdset, command
from src.comms.models import Channel
from src.utils import logger
__all__ = ("Object", "Character", "Room", "Exit")
_GA = object.__getattribute__