diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2011-09-06 21:21:39 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2011-09-06 21:21:39 +0200 |
| commit | fb49a64d332bb1374de3e8429e3e08c14a6dc229 (patch) | |
| tree | d6a30cefd381459fa550f24df1b397e9c98e9fc2 /extras/appengine/sqlformat | |
| parent | 62d03c2d3144d3a89d805b95f6d0887aac598260 (diff) | |
| download | sqlparse-fb49a64d332bb1374de3e8429e3e08c14a6dc229.tar.gz | |
Remove dummy URL.
Diffstat (limited to 'extras/appengine/sqlformat')
| -rw-r--r-- | extras/appengine/sqlformat/__init__.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/extras/appengine/sqlformat/__init__.py b/extras/appengine/sqlformat/__init__.py index db9c132..11f4d9d 100644 --- a/extras/appengine/sqlformat/__init__.py +++ b/extras/appengine/sqlformat/__init__.py @@ -14,11 +14,6 @@ def ping(): def warmup(): return make_response('polishing chrome') -@app.route('/fail') -def fail(): - # test URL for failure handling - raise AssertionError('You shouldn\'t be here!') - # Register legacy URLs last so that newer URLs replace them. app.register_blueprint(legacy) |
