From e8c01a44354943039cd3599ac040fb3ed6198c8a Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Tue, 6 Sep 2011 21:32:26 +0200 Subject: Add comment why it's called legacy. --- extras/appengine/sqlformat/legacy.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'extras') diff --git a/extras/appengine/sqlformat/legacy.py b/extras/appengine/sqlformat/legacy.py index 6d3aaf8..b563a38 100644 --- a/extras/appengine/sqlformat/legacy.py +++ b/extras/appengine/sqlformat/legacy.py @@ -1,5 +1,8 @@ """Legacy URLs.""" +# This module reflects the URLs and behavior of the former Django +# application. + import logging import os import time -- cgit v1.2.1