forked from orbit-oss/flask
Emit correct date. In theory
This commit is contained in:
parent
aa3d8398fd
commit
85ff63c32e
2 changed files with 12 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ import tempfile
|
|||
from logging import StreamHandler
|
||||
from contextlib import contextmanager
|
||||
from datetime import datetime
|
||||
from werkzeug import parse_date, parse_options_header
|
||||
from werkzeug import parse_date, parse_options_header, http_date
|
||||
from werkzeug.exceptions import NotFound
|
||||
from jinja2 import TemplateNotFound
|
||||
from cStringIO import StringIO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue