diff options
author | Helmut Grohne <helmut@subdivi.de> | 2013-02-20 15:39:33 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2013-02-20 15:39:33 +0100 |
commit | 59ac059c73da834ca6c646bbe8e746ebbc1d2330 (patch) | |
tree | f2d003e859434420ebf7cedcbe57634e04f018d9 /webapp.py | |
parent | ad8baf9798d1e4f339d1bd61b178ae0d0f1c7751 (diff) | |
download | debian-dedup-59ac059c73da834ca6c646bbe8e746ebbc1d2330.tar.gz |
cleanup
Diffstat (limited to 'webapp.py')
-rwxr-xr-x | webapp.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4,7 +4,6 @@ import sqlite3 from wsgiref.simple_server import make_server import jinja2 -from werkzeug.debug import DebuggedApplication from werkzeug.exceptions import HTTPException, NotFound from werkzeug.routing import Map, Rule from werkzeug.wrappers import Request, Response |