forked from orbit-oss/flask
Restored 2.5 compatibility{
This commit is contained in:
parent
f694456ff6
commit
b551f15b22
2 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,8 @@
|
|||
:license: BSD, see LICENSE for more details.
|
||||
"""
|
||||
|
||||
from __future__ import with_statement
|
||||
|
||||
import os
|
||||
from threading import Lock
|
||||
from datetime import timedelta, datetime
|
||||
|
|
|
|||
|
|
@ -9,6 +9,8 @@
|
|||
:license: BSD, see LICENSE for more details.
|
||||
"""
|
||||
|
||||
from __future__ import with_statement
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue