diff options
| -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 |
