Minor fixes from pull request 131

This commit is contained in:
Calen Pennington
2012-06-28 08:39:12 -04:00
parent 6f5e54b9de
commit 2fde7f4c6d
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
import logging
log = logging.getLogger("mitx.common.lib.mitxmako")
log = logging.getLogger("mitx." + __name__)
from django.template import Context
from django.http import HttpResponse