Add missing django.template import to shell.py.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Mon, 25 May 2009 22:59:33 +0200
changeset 2344 621252e2cc18
parent 2343 5a4cfa148b7d
child 2345 f78caf12f32d
Add missing django.template import to shell.py.
app/shell/shell.py
--- a/app/shell/shell.py	Mon May 25 20:42:11 2009 +0200
+++ b/app/shell/shell.py	Mon May 25 22:59:33 2009 +0200
@@ -51,6 +51,7 @@
 from google.appengine.ext import webapp
 from google.appengine.ext.webapp import template
 
+import django.template
 import gae_django