added compatibility with python 2.5

This commit is contained in:
Pablo Hoffman 2009-08-27 20:05:11 -03:00
parent 609aed4553
commit da20cf53f5
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ This module provides some useful functions for working with
scrapy.http.Response objects
"""
from __future__ import with_statement
import re
import weakref
import webbrowser