# HG changeset patch # User Pawel Solyga # Date 1243285173 -7200 # Node ID 621252e2cc187cb46415c6a3c80768451aa2f274 # Parent 5a4cfa148b7debc0de2b04c7b8bf1c98e53b03ae Add missing django.template import to shell.py. diff -r 5a4cfa148b7d -r 621252e2cc18 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