mirror of https://github.com/scrapy/scrapy.git
oops, missing import
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40312
This commit is contained in:
parent
0ae4a19e08
commit
498cd3a356
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in New Issue