Restored 2.5 compatibility{

This commit is contained in:
Armin Ronacher 2010-07-04 14:17:29 +02:00
parent f694456ff6
commit b551f15b22
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -9,6 +9,8 @@
:license: BSD, see LICENSE for more details.
"""
from __future__ import with_statement
import os
import sys