From f8b4d1dc5d6dd8f3f3f642cea342ca37cb6f2b4e Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Thu, 21 Oct 2010 12:53:40 -0200 Subject: [PATCH] Fixed compatibility with Python 2.5 --- scrapy/commands/deploy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scrapy/commands/deploy.py b/scrapy/commands/deploy.py index d6ebd16df..65827b5eb 100644 --- a/scrapy/commands/deploy.py +++ b/scrapy/commands/deploy.py @@ -1,3 +1,4 @@ +from __future__ import with_statement import sys import os