Code cleanup

This commit is contained in:
Armin Ronacher 2010-07-25 17:34:47 +02:00
parent 3a80ecc660
commit fee5bdafe8
2 changed files with 1 additions and 3 deletions

View file

@ -15,7 +15,6 @@ import posixpath
import mimetypes
from time import time
from zlib import adler32
from functools import wraps
# try to load the best simplejson implementation available. If JSON
# is not installed, we add a failing class.