From fbb5860f492546ba2f489c583f67d4484b5ade30 Mon Sep 17 00:00:00 2001 From: samus_ Date: Sat, 26 Jul 2008 15:51:39 +0000 Subject: [PATCH] re-enabling replays with the new mechanism --HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40122 --- scrapy/trunk/scrapy/replay/__init__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scrapy/trunk/scrapy/replay/__init__.py b/scrapy/trunk/scrapy/replay/__init__.py index c127fd582..952bae826 100644 --- a/scrapy/trunk/scrapy/replay/__init__.py +++ b/scrapy/trunk/scrapy/replay/__init__.py @@ -1,7 +1,6 @@ from __future__ import with_statement import os -import sys import cPickle as pickle import shutil import tempfile @@ -28,9 +27,6 @@ class Replay(object): usedir=False) """ - log.msg("beta state! please don't use now", log.ERROR) - sys.exit(1) - # XXX: this is ugly, and should be removed. but how? cachemw = 'scrapy.contrib.downloadermiddleware.cache.CacheMiddleware' if not cachemw in settings['DOWNLOADER_MIDDLEWARES']: