1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-25 09:03:57 +00:00

oops, missing import

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40312
This commit is contained in:
Daniel Grana 2008-10-07 13:07:36 +00:00
parent 0ae4a19e08
commit 498cd3a356

View File

@ -2,6 +2,7 @@ from datetime import datetime, timedelta
from time import sleep
from twisted.trial import unittest
from scrapy.conf import settings
class ProductComparisonTestCase(unittest.TestCase):