mirror of https://github.com/scrapy/scrapy.git
add missing future import for python 2.5
This commit is contained in:
parent
16c51353f2
commit
49cc1b1e7e
|
|
@ -1,4 +1,5 @@
|
|||
"""Helper functions for working with templates"""
|
||||
from __future__ import with_statement
|
||||
|
||||
import os
|
||||
import re
|
||||
|
|
|
|||
Loading…
Reference in New Issue