removed unused import

This commit is contained in:
Pablo Hoffman 2010-08-10 18:22:05 -03:00
parent 0f342417b9
commit 6a0ef0e41c
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ from unittest import TestCase
from scrapy.spider import BaseSpider
from scrapy.http import Request
from scrapy.contrib.downloadermiddleware.useragent import UserAgentMiddleware
from scrapy.conf import settings
class UserAgentMiddlewareTest(TestCase):