diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2011-09-06 21:32:26 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2011-09-06 21:32:26 +0200 |
| commit | e8c01a44354943039cd3599ac040fb3ed6198c8a (patch) | |
| tree | b18be75806e90eac886a3646e62f1efc2953ce39 /extras/appengine/sqlformat | |
| parent | fb49a64d332bb1374de3e8429e3e08c14a6dc229 (diff) | |
| download | sqlparse-e8c01a44354943039cd3599ac040fb3ed6198c8a.tar.gz | |
Add comment why it's called legacy.
Diffstat (limited to 'extras/appengine/sqlformat')
| -rw-r--r-- | extras/appengine/sqlformat/legacy.py | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
