From c7059bb005bf9af419aedcd34b644ae2bd7d3ecc Mon Sep 17 00:00:00 2001 From: Piotr Mitros Date: Sun, 29 Jan 2012 21:55:35 -0500 Subject: [PATCH] import bug fixed (runserver vs. runfcgi issue) --- mitxmako/shortcuts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mitxmako/shortcuts.py b/mitxmako/shortcuts.py index 9995ee71ff..261cee5b41 100644 --- a/mitxmako/shortcuts.py +++ b/mitxmako/shortcuts.py @@ -15,7 +15,7 @@ from django.template import Context from django.http import HttpResponse -import middleware +import mitxmako.middleware as middleware from django.conf import settings from mitxmako.middleware import requestcontext